Add Alpine 3.13

This commit is contained in:
j3s
2021-01-19 19:24:07 -06:00
parent 74621a85dd
commit 1c2d5cf605
3 changed files with 12 additions and 1 deletions

View File

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