fix version #s

This commit is contained in:
forest 2021-02-15 19:24:31 -06:00
parent 534855c764
commit 8d0088ef13
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ ALTER TABLE vms DROP COLUMN host;
DROP TABLE hosts;
UPDATE schemaversion SET version = 12;
UPDATE schemaversion SET version = 14;

View File

@ -29,4 +29,4 @@ CREATE TABLE host_operation (
PRIMARY KEY (host, operation)
);
UPDATE schemaversion SET version = 13;
UPDATE schemaversion SET version = 15;