Skip to content

Commit db9a74e

Browse files
committed
Remove wrong FK on salesrule_label table
1 parent 2196993 commit db9a74e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/salesrule.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ ALTER TABLE `salesrule_customer`
106106
DROP FOREIGN KEY `SALESRULE_CUSTOMER_RULE_ID_SEQUENCE_SALESRULE_SEQUENCE_VALUE`,
107107
ADD CONSTRAINT `SALESRULE_CUSTOMER_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`);
108108
ALTER TABLE `salesrule_label`
109-
DROP FOREIGN KEY `SALESRULE_LABEL_RULE_ID_SEQUENCE_SALESRULE_SEQUENCE_VALUE`,
110109
ADD CONSTRAINT `SALESRULE_LABEL_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`);
111110

112111
DROP TABLE `sequence_salesrule`;

0 commit comments

Comments
 (0)