forked from 3wordchant/capsul-flask
correctly merge db migrations with origin master (coreos)
This commit is contained in:
11
capsulflask/schema_migrations/15_down_introduce_hosts.sql
Normal file
11
capsulflask/schema_migrations/15_down_introduce_hosts.sql
Normal 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 = 12;
|
Reference in New Issue
Block a user