Bug 7180: (follow-up) fix minor issues
[koha.git] / installer / data / mysql / it-IT / necessari / sample_holidays.sql
1 SET FOREIGN_KEY_CHECKS=0;
2
3 INSERT INTO `repeatable_holidays` VALUES 
4 (2,'',0,NULL,NULL,'','Domenica'),
5 (3,'',NULL,1,1,'','Nuovo anno'),
6 (4,'',NULL,25,12,'','Natale');
7
8 SET FOREIGN_KEY_CHECKS=1;