CoreOS isnt ready

This commit is contained in:
j3s 2021-02-01 12:27:22 -06:00
parent 3639a295c4
commit 4b3f3603cc
3 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def init_app(app):
hasSchemaVersionTable = False
actionWasTaken = False
schemaVersion = 0
desiredSchemaVersion = 13
desiredSchemaVersion = 14
cursor = connection.cursor()

View File

@ -0,0 +1,3 @@
UPDATE os_images SET deprecated = FALSE WHERE id = 'coreos';
UPDATE schemaversion SET version = 13;

View File

@ -0,0 +1,3 @@
UPDATE os_images SET deprecated = TRUE WHERE id = 'coreos';
UPDATE schemaversion SET version = 14;