File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed 
install/migrations/update_11.0.1_to_11.0.2 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php 
2+ 
3+ /** 
4+  * --------------------------------------------------------------------- 
5+  * 
6+  * GLPI - Gestionnaire Libre de Parc Informatique 
7+  * 
8+  * http://glpi-project.org 
9+  * 
10+  * @copyright 2015-2025 Teclib' and contributors. 
11+  * @licence   https://www.gnu.org/licenses/gpl-3.0.html 
12+  * 
13+  * --------------------------------------------------------------------- 
14+  * 
15+  * LICENSE 
16+  * 
17+  * This file is part of GLPI. 
18+  * 
19+  * This program is free software: you can redistribute it and/or modify 
20+  * it under the terms of the GNU General Public License as published by 
21+  * the Free Software Foundation, either version 3 of the License, or 
22+  * (at your option) any later version. 
23+  * 
24+  * This program is distributed in the hope that it will be useful, 
25+  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
26+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
27+  * GNU General Public License for more details. 
28+  * 
29+  * You should have received a copy of the GNU General Public License 
30+  * along with this program.  If not, see <https://www.gnu.org/licenses/>. 
31+  * 
32+  * --------------------------------------------------------------------- 
33+  */ 
34+ /** 
35+  * @var Migration $migration 
36+  */ 
37+ $ migrationaddConfig (
38+     [
39+         'import_env '  => 0 ,
40+         'import_process '  => 1 ,
41+     ],
42+     'inventory ' 
43+ );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments