Bump desired schema version

This commit is contained in:
j3s 2020-05-20 18:40:42 -05:00
parent f91fa9a1a4
commit f0b262f0b1
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 = 3
desiredSchemaVersion = 4
cursor = connection.cursor()