11 lines
146 B
SQL
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; |