Fix file permissions: if it is not a script, it should not be executable.
[koha_gimpoz] / installer / data / mysql / uk-UA / authorised_values / authorised_values_[WITHDRAWN].sql
1 DELETE FROM authorised_values WHERE category='WITHDRAWN';
2
3 INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES 
4 ('WITHDRAWN','0',''),
5 ('WITHDRAWN','1','Вилучено');