Koha/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
Lars Wirzenius 4523a2df0d Fix file permissions: if it is not a script, it should not be executable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:40:34 -04:00

12 lines
382 B
SQL

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