Fix db migration
This commit is contained in:
		
							parent
							
								
									4b45053ee4
								
							
						
					
					
						commit
						fec3fe9605
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -240,7 +240,7 @@ class OptionsParser:
 | 
			
		|||
            self.update_config_to_016104()
 | 
			
		||||
        if old < [0, 16, 10, 5] and new >= [0, 16, 10, 5]:
 | 
			
		||||
            self.update_config_to_016105()
 | 
			
		||||
        if old < [0, 16, 11, 0] and new >= [0, 16, 11, 1]:
 | 
			
		||||
        if old < [0, 16, 11, 1] and new >= [0, 16, 11, 1]:
 | 
			
		||||
            self.update_config_to_016111()
 | 
			
		||||
 | 
			
		||||
        app.logger.init_vars()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue