Merge remote branch 'kc/new/bug_5186' into kcmaster
[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, 'Copia scaduta', 0),
7 (2, 'Avviso preventivo', 1),
8 (4, 'Prenotazione compilata', 0),
9 (5, 'Check In', 0),
10 (6, 'Check Out', 0);
11
12 SET FOREIGN_KEY_CHECKS=1;