Bump schema version

This commit is contained in:
j3s 2020-06-05 01:10:07 +00:00
parent a709fe7469
commit e287c00a5d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def init_app(app):
hasSchemaVersionTable = False
actionWasTaken = False
schemaVersion = 0
desiredSchemaVersion = 5
desiredSchemaVersion = 6
cursor = connection.cursor()