fix version #s
This commit is contained in:
parent
534855c764
commit
8d0088ef13
@ -8,4 +8,4 @@ ALTER TABLE vms DROP COLUMN host;
|
|||||||
DROP TABLE hosts;
|
DROP TABLE hosts;
|
||||||
|
|
||||||
|
|
||||||
UPDATE schemaversion SET version = 12;
|
UPDATE schemaversion SET version = 14;
|
@ -29,4 +29,4 @@ CREATE TABLE host_operation (
|
|||||||
PRIMARY KEY (host, operation)
|
PRIMARY KEY (host, operation)
|
||||||
);
|
);
|
||||||
|
|
||||||
UPDATE schemaversion SET version = 13;
|
UPDATE schemaversion SET version = 15;
|
||||||
|
Loading…
Reference in New Issue
Block a user