migration 17: network_name -> virtual_bridge_name, add network_name col

This commit is contained in:
2021-07-12 12:16:32 -05:00
parent aaf33a245b
commit be54117736
4 changed files with 50 additions and 5 deletions

View File

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