82b6bf935e
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
4 lines
147 B
SQL
4 lines
147 B
SQL
INSERT INTO `repeatable_holidays` VALUES
|
|
(2,'',0,NULL,NULL,'','Sundays'),
|
|
(3,'',NULL,1,1,'','New Year\'s Day'),
|
|
(4,'',NULL,25,12,'','Christmas');
|