correctly merge db migrations with origin master (coreos)

This commit is contained in:
2021-02-15 19:19:20 -06:00
7 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,11 @@
DROP TABLE host_operation;
DROP TABLE operations;
ALTER TABLE vms DROP COLUMN host;
DROP TABLE hosts;
UPDATE schemaversion SET version = 12;