defer fkey constraints until end of txn -- allow change email

This commit is contained in:
2021-08-16 13:24:11 -05:00
parent f3630fbacf
commit ba997bb3ff
4 changed files with 60 additions and 1 deletions

View File

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