Koha/installer/data/mysql/pl-PL/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

10 lines
240 B
SQL

insert into `message_attributes`
(`message_attribute_id`, message_name, `takes_days`)
values
(1, 'Item DUE', 0),
(2, 'Advance Notice', 1),
(3, 'Upcoming Events', 1),
(4, 'Hold Filled', 0),
(5, 'Item Check-in', 0),
(6, 'Item Checkout', 0);