]> git.koha-community.org Git - koha.git/blob - installer/data/mysql/en/optional/sample_holidays.sql
Merge remote branch 'kc/new/enh/bug_5783' into kcmaster
[koha.git] / installer / data / mysql / en / optional / sample_holidays.sql
1 INSERT INTO `repeatable_holidays` VALUES 
2 (2,'',0,NULL,NULL,'','Sundays'),
3 (3,'',NULL,1,1,'','New Year\'s Day'),
4 (4,'',NULL,25,12,'','Christmas');