mirror of https://github.com/sipwise/db-schema.git
* Create up and down scripts with 'enabled'
column representing if a callforwards is
enabled or not
Change-Id: Ibbade5cdc31395e9f129f7cf2ae428edf2352c38
changes/99/37799/3
parent
8a3132e9de
commit
e074f741b2
@ -0,0 +1 @@
|
||||
ALTER TABLE `provisioning`.`voip_cf_mappings` DROP COLUMN `enabled`;
|
||||
@ -0,0 +1 @@
|
||||
ALTER TABLE `provisioning`.`voip_cf_mappings` ADD COLUMN `enabled` TINYINT(1) UNSIGNED NOT NULL DEFAULT 1;
|
||||
Loading…
Reference in new issue