]> git.koha-community.org Git - koha.git/blob - installer/data/mysql/de-DE/optional/sample_holidays.sql
Bug 11260: (follow-up) remove inadvertant change to English sample_z3950_servers.sql
[koha.git] / installer / data / mysql / de-DE / optional / sample_holidays.sql
1 INSERT INTO `repeatable_holidays` VALUES
2 (2,'MPL',0,NULL,NULL,'','Sonntag'),
3 (3,'MPL',NULL,1,1,'','Neujahr'),
4 (4,'MPL',NULL,25,12,'','1. Weihnachtsfeiertag'),
5 (5,'MPL',NULL,25,12,'','2. Weihnachtsfeiertag');