forked from 3wordchant/capsul-flask
defer fkey constraints until end of txn -- allow change email
This commit is contained in:
@ -43,7 +43,7 @@ def init_app(app, is_running_server):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 19
|
||||
desiredSchemaVersion = 20
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
|
Reference in New Issue
Block a user