Koha/installer/data/mysql/en/optional/sample_holidays.sql
Chris Nighswonger 82b6bf935e Moved language dirs one level down under dbms dir (mysql)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-13 12:38:29 -06:00

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');