remove byte order mark (BOM) from installer SQL files
[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 (4, 'Hold Filled', 0),
7 (5, 'Item Check-in', 0),
8 (6, 'Item Checkout', 0);
9