forked from 3wordchant/capsul-flask
correctly merge db migrations with origin master (coreos)
This commit is contained in:
@ -42,7 +42,7 @@ def init_app(app):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 13
|
||||
desiredSchemaVersion = 15
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
|
Reference in New Issue
Block a user