db-schema/db_scripts/diff/15043.down

4 lines
134 B

USE billing;
ALTER TABLE `invoice_template`
ADD UNIQUE INDEX `invoice_template_reseller_active_UNIQUE` (`reseller_id`,`is_active`);