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

10 lines
247 B

USE billing;
DROP VIEW v_contract_phonebook;
DROP VIEW v_contract_shared_phonebook;
DROP VIEW v_contract_reseller_phonebook;
DROP VIEW v_subscriber_phonebook;
DROP VIEW v_subscriber_contract_phonebook;
DROP VIEW v_subscriber_reseller_phonebook;