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/base/4711.down

5 lines
270 B

INSERT INTO kamailio.version (table_name, table_version) VALUES ('gw',10);
INSERT INTO kamailio.version (table_name, table_version) VALUES ('lcr',3);
DELETE FROM kamailio.version WHERE table_name = 'lcr_gw' OR table_name = 'lcr_rule' OR table_name = 'lcr_rule_target';