correctly merge db migrations with origin master (coreos)

This commit is contained in:
2021-02-15 19:19:20 -06:00
7 changed files with 14 additions and 1 deletions

View File

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