forked from 3wordchant/capsul-flask
migration 17: network_name -> virtual_bridge_name, add network_name col
This commit is contained in:
@ -43,7 +43,7 @@ def init_app(app, is_running_server):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 16
|
||||
desiredSchemaVersion = 17
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
|
Reference in New Issue
Block a user