You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/10180.down

7 lines
209 B

use kamailio;
ALTER TABLE lcr_rule DROP KEY `lcr_id_prefix_from_uri_idx`;
ALTER TABLE lcr_rule ADD UNIQUE KEY `lcr_id_prefix_from_uri_idx` (`lcr_id`,`prefix`,`from_uri`);
ALTER TABLE lcr_gw DROP `group_id`;