Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / uk-UA / authorised_values / authorised_values_[DAMAGED].sql
1 DELETE FROM authorised_values WHERE category='DAMAGED';
2
3 INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES 
4 ('DAMAGED','0',''),
5 ('DAMAGED','1','Пошкоджено');