Add archlinux, bump everything'

This commit is contained in:
j3s
2021-07-25 09:33:32 -05:00
parent dc8da3170b
commit a9c4ae7572
3 changed files with 17 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def init_app(app, is_running_server):
hasSchemaVersionTable = False
actionWasTaken = False
schemaVersion = 0
desiredSchemaVersion = 18
desiredSchemaVersion = 19
cursor = connection.cursor()