capsul-flask/capsulflask/schema_migrations/15_down_introduce_hosts.sql
2021-02-15 19:24:31 -06:00

11 lines
146 B
SQL

DROP TABLE host_operation;
DROP TABLE operations;
ALTER TABLE vms DROP COLUMN host;
DROP TABLE hosts;
UPDATE schemaversion SET version = 14;