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/15066.down

13 lines
289 B

USE kamailio;
drop table contract_preferences;
use provisioning;
ALTER TABLE voip_preferences drop column contract_pref;
ALTER TABLE voip_preferences_enum drop column contract_pref;
drop table voip_contract_preferences;
delete from voip_preferences where attribute = 'clir_intrapbx';