Lines 1-4
Link Here
|
1 |
INSERT INTO `repeatable_holidays` VALUES |
1 |
INSERT INTO `repeatable_holidays` VALUES |
2 |
(2,'',0,NULL,NULL,'','Sundays'), |
2 |
(2,'MPL',0,NULL,NULL,'','Sundays'), |
3 |
(3,'',NULL,1,1,'','New Year\'s Day'), |
3 |
(3,'MPL',NULL,1,1,'','New Year\'s Day'), |
4 |
(4,'',NULL,25,12,'','Christmas'); |
4 |
(4,'MPL',NULL,25,12,'','Christmas'); |
5 |
- |
|
|