DROP TABLE host_network;

ALTER TABLE vms DROP COLUMN network_name;

UPDATE schemaversion SET version = 15;