Add coreos

This commit is contained in:
j3s
2021-02-01 10:59:13 -06:00
parent 645ddede02
commit 3639a295c4
3 changed files with 8 additions and 1 deletions

View File

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