Bug 24584: Rewrite optional/sample_itemtypes to YAML
[koha.git] / installer / data / mysql / it-IT / optional / sample_libraries_holidays.sql
blob67640a94a71b548a2eb1f75f620fd85a7586aac8
1 SET FOREIGN_KEY_CHECKS=0;
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');
8 SET FOREIGN_KEY_CHECKS=1;