start working on managed IPs

This commit is contained in:
2021-07-08 14:10:14 -05:00
parent 1e19902df1
commit e685c8a773
5 changed files with 134 additions and 4 deletions

View File

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