first steps towards multiple hosts -- schema & heartbeat

This commit is contained in:
2020-12-10 20:32:43 -06:00
parent 7f1f5ac976
commit 44738c78a9
4 changed files with 87 additions and 0 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 = 8;