TT#75751 - Scripts for callforwards 'enabled' column

* Create up and down scripts with 'enabled'
           column representing if a callforwards is
           enabled or not

Change-Id: Ibbade5cdc31395e9f129f7cf2ae428edf2352c38
changes/99/37799/3
Flaviu Mates 6 years ago
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…
Cancel
Save