1 truncate message_attributes;
3 insert into `message_attributes`
4 (`message_attribute_id`, `message_name`, `takes_days`)
6 (1, 'Одиниця заборгована' , 0),
7 (2, 'Попереднє повідомлення', 1),
8 (3, 'Майбутні події' , 1),
9 (4, 'Hold Filled' , 0),
10 (5, 'Item Check-in' , 0),
11 (6, 'Item Checkout' , 0);