Koha/installer/data/mysql/de-DE/optional/sample_libraries_holidays.sql
Jonathan Druart 2dbce72a07
Bug 24289: Make sure sample_holidays will load after sample_libraries
They are inserted depending on their alpha order, and sample_holidays
will fail because of missing branchcode.
This patch suggests a simple fix: rename sample_holidays to
sample_libraries_holidays, to make sure it will be loaded after
sample_libraries

Test plan:
Start a fresh installation and select all sample data

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-20 14:03:51 +00:00

5 lines
208 B
SQL

INSERT INTO `repeatable_holidays` VALUES
(2,'MPL',0,NULL,NULL,'','Sonntag'),
(3,'MPL',NULL,1,1,'','Neujahr'),
(4,'MPL',NULL,25,12,'','1. Weihnachtsfeiertag'),
(5,'MPL',NULL,25,12,'','2. Weihnachtsfeiertag');