Koha/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
Chris Cormack d0c692e896 Russian and Ukranian SQL files
(cherry picked from commit af505046af)

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-21 06:46:18 -05:00

7 lines
237 B
SQL
Executable file

insert into `message_attributes`
(`message_attribute_id`, message_name, `takes_days`)
values
(1, 'Одиниця заборгована', 0),
(2, 'Попереднє повідомлення', 1),
(3, 'Майбутні події', 1);