Koha/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql
Galen Charlton 2685c69826 remove byte order mark (BOM) from installer SQL files
The precence of a BOM can prevent an SQL script from being
run.

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

11 lines
361 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);