View | Details | Raw Unified | Return to bug 18874
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_18874_add_constaint_hollidays.sql (-1 / +3 lines)
Line 0 Link Here
0
- 
1
ALTER IGNORE TABLE special_holidays ADD CONSTRAINT UNIQUE daymonthyear (branchcode, day, month, year);
2
ALTER IGNORE TABLE repeatable_holidays ADD CONSTRAINT UNIQUE daymonth (branchcode, day, month);
3
ALTER IGNORE TABLE repeatable_holidays ADD CONSTRAINT UNIQUE weekday (branchcode, weekday);

Return to bug 18874