Koha/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
Nicole Engard ff62346583 bug 2434 remove upcoming events for all languages
this patch removed the upcoming events messaging option
and the upcoming event message from the system for all
languages since it was never implemented and confuses
librarians and patrons alike

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-06-25 05:31:55 -04:00

11 lines
338 B
SQL

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