CoreOS isnt ready
This commit is contained in:
		@ -42,7 +42,7 @@ def init_app(app):
 | 
			
		||||
  hasSchemaVersionTable = False
 | 
			
		||||
  actionWasTaken = False
 | 
			
		||||
  schemaVersion = 0
 | 
			
		||||
  desiredSchemaVersion = 13
 | 
			
		||||
  desiredSchemaVersion = 14
 | 
			
		||||
 | 
			
		||||
  cursor = connection.cursor()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -0,0 +1,3 @@
 | 
			
		||||
UPDATE os_images SET deprecated = FALSE WHERE id =  'coreos';
 | 
			
		||||
 | 
			
		||||
UPDATE schemaversion SET version = 13;
 | 
			
		||||
							
								
								
									
										3
									
								
								capsulflask/schema_migrations/14_up_cores_notready.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								capsulflask/schema_migrations/14_up_cores_notready.sql
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
			
		||||
UPDATE os_images SET deprecated = TRUE WHERE id =  'coreos';
 | 
			
		||||
 | 
			
		||||
UPDATE schemaversion SET version = 14;
 | 
			
		||||
		Reference in New Issue
	
	Block a user