Adjust pricing according to standard model

This commit is contained in:
j3s
2020-06-05 12:58:50 -05:00
parent e287c00a5d
commit 42b295dc0a
3 changed files with 31 additions and 1 deletions

View File

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