add public_ipv4_first_usable_ip, public_ipv4_last_usable_ip

This commit is contained in:
2021-07-12 14:38:56 -05:00
parent fbe9c7fca4
commit 06a2bd3a6f
6 changed files with 48 additions and 17 deletions

View File

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