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

7 lines
215 B

USE billing;
ALTER TABLE billing_fees DROP KEY profdesdirtype_idx;
ALTER TABLE billing_fees DROP COLUMN direction;
ALTER TABLE billing_fees ADD UNIQUE KEY profdestype_idx
(billing_profile_id, destination, type);