Update migration version in database init script
This commit is contained in:
		
							parent
							
								
									5d111df401
								
							
						
					
					
						commit
						7a25037cb4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -119,6 +119,6 @@ CREATE TABLE IF NOT EXISTS metadata( | ||||||
| ); | ); | ||||||
| 
 | 
 | ||||||
| INSERT INTO metadata(property, value) | INSERT INTO metadata(property, value) | ||||||
|     VALUES("latest_migration", "2"); |     VALUES("latest_migration", "3"); | ||||||
| 
 | 
 | ||||||
| COMMIT; | COMMIT; | ||||||
		Reference in a new issue