forked from 3wordchant/capsul-flask
start working on managed IPs
This commit is contained in:
6
capsulflask/schema_migrations/16_down_managed_ips.sql
Normal file
6
capsulflask/schema_migrations/16_down_managed_ips.sql
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
DROP TABLE host_network;
|
||||
|
||||
ALTER TABLE vms DROP COLUMN network;
|
||||
|
||||
UPDATE schemaversion SET version = 15;
|
Reference in New Issue
Block a user