Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / pl-PL / optional / sample_notices_message_attributes.sql
1 insert into `message_attributes`
2 (`message_attribute_id`, message_name, `takes_days`)
3 values
4 (1, 'Item DUE', 0),
5 (2, 'Advance Notice', 1),
6 (3, 'Upcoming Events', 1),
7 (4, 'Hold Filled', 0),
8 (5, 'Item Check-in', 0),
9 (6, 'Item Checkout', 0);
10