View | Details | Raw Unified | Return to bug 5462
Collapse All | Expand All

(-)a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql (-7 / +5 lines)
Lines 3-12 SET FOREIGN_KEY_CHECKS=0; Link Here
3
insert into `message_attributes`
3
insert into `message_attributes`
4
(`message_attribute_id`, message_name, `takes_days`)
4
(`message_attribute_id`, message_name, `takes_days`)
5
values
5
values
6
(1, 'Item DUE', 0),
6
(1, 'Item_Due', 0),
7
(2, 'Advance Notice', 1),
7
(2, 'Advance_Notice', 1),
8
(4, 'Hold Filled', 0),
8
(4, 'Hold_Filled', 0),
9
(5, 'Item Check-in', 0),
9
(5, 'Item_Check_in', 0),
10
(6, 'Item Checkout', 0);
10
(6, 'Item_Checkout', 0);
11
12
SET FOREIGN_KEY_CHECKS=1;
11
SET FOREIGN_KEY_CHECKS=1;
13
- 

Return to bug 5462