more managed ips work: cli sql improvements, added admin panel

This commit is contained in:
2021-07-09 14:13:28 -05:00
parent e685c8a773
commit 862b14545b
10 changed files with 179 additions and 43 deletions

View File

@ -1,6 +1,6 @@
DROP TABLE host_network;
ALTER TABLE vms DROP COLUMN network;
ALTER TABLE vms DROP COLUMN network_name;
UPDATE schemaversion SET version = 15;