fixed permissions on ru-RU and uk-UA installer SQL files
[koha.git] / installer / data / mysql / uk-UA / authorised_values / authorised_values_[RESTRICTED].csv.sql
1 INSERT INTO `authorised_values` (`id`, `category`, `authorised_value`, `lib`) VALUES (LAST_INSERT_ID( ) + 0,'RESTRICTED','0');
2
3 INSERT INTO `authorised_values` (`id`, `category`, `authorised_value`, `lib`) VALUES (LAST_INSERT_ID( ) + 1,'RESTRICTED','1','Обмежений доступ');