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

8 lines
258 B

DROP TRIGGER billing.bill_zones_crepl_trig;
DROP TRIGGER billing.bill_zones_urepl_trig;
DROP TRIGGER billing.bill_fees_crepl_trig;
DROP TRIGGER billing.bill_fees_urepl_trig;
DROP TABLE billing.billing_zones_history;
DROP TABLE billing.billing_fees_history;