Bug 5462: Update of the italian sql files The bug is about strings that are used...
[koha.git] / installer / data / mysql / it-IT / necessari / sample_notices_message_attributes.sql
1 SET FOREIGN_KEY_CHECKS=0;
2
3 insert into `message_attributes`
4 (`message_attribute_id`, message_name, `takes_days`)
5 values
6 (1, 'Item_Due', 0),
7 (2, 'Advance_Notice', 1),
8 (4, 'Hold_Filled', 0),
9 (5, 'Item_Check_in', 0),
10 (6, 'Item_Checkout', 0);
11 SET FOREIGN_KEY_CHECKS=1;