keep lcr_gw.group_id column for now..

we can't drop it without adjusting triggers on provisioning.voip_peer_hosts
2.6
Andrew Pogrebennyk 13 years ago
parent 05265224f3
commit e6a212c40f

@ -4,7 +4,7 @@ ALTER TABLE dispatcher ADD column `attrs` varchar(128) NOT NULL DEFAULT '' AFTER
ALTER TABLE lcr_gw CHANGE column `gw_name` `gw_name` varchar(128) DEFAULT NULL;
#moved to lcr_rule table
ALTER TABLE lcr_gw DROP column `group_id`;
#ALTER TABLE lcr_gw DROP column `group_id`;
ALTER TABLE lcr_rule DROP KEY lcr_id_idx;
ALTER TABLE lcr_rule ADD UNIQUE KEY `lcr_id_prefix_from_uri_idx` (`lcr_id`,`prefix`,`from_uri`);

Loading…
Cancel
Save