capsul-flask/capsulflask/schema_migrations/15_down_introduce_hosts.sql

11 lines
146 B
MySQL
Raw Normal View History

DROP TABLE host_operation;
DROP TABLE operations;
ALTER TABLE vms DROP COLUMN host;
DROP TABLE hosts;
2021-02-16 01:24:31 +00:00
UPDATE schemaversion SET version = 14;