Jonathan Druart
2dbce72a07
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>
4 lines
156 B
SQL
4 lines
156 B
SQL
INSERT INTO `repeatable_holidays` VALUES
|
|
(2,'MPL',0,NULL,NULL,'','Sundays'),
|
|
(3,'MPL',NULL,1,1,'','New Year\'s Day'),
|
|
(4,'MPL',NULL,25,12,'','Christmas');
|