forked from 3wordchant/capsul-flask
11 lines
145 B
MySQL
11 lines
145 B
MySQL
|
|
||
|
DROP TABLE host_operation;
|
||
|
|
||
|
DROP TABLE operations;
|
||
|
|
||
|
ALTER TABLE vms DROP COLUMN host;
|
||
|
|
||
|
DROP TABLE hosts;
|
||
|
|
||
|
|
||
|
UPDATE schemaversion SET version = 8;
|