Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / ru-RU / authorised_values / authorised_values_[RESTRICTED].sql
1 DELETE FROM authorised_values WHERE category='RESTRICTED';
2
3 INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`) VALUES 
4 ('RESTRICTED','0',''),
5 ('RESTRICTED','1','Ограниченный доступ');
6
7