Bug 21899: Update MARC21 frameworks to Update 27 (November 2018)
[koha.git] / installer / data / mysql / uk-UA / authorised_values / authorised_values_[RESTRICTED].sql
blobddad884230ae018381ee1667ae1652f0ec1d8222
1 -- Item restrict access status associated with items.restricted.
3 -- DELETE FROM authorised_values WHERE category='RESTRICTED';
5 -- restricted status of an item, linked to items.restricted
6 INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`) VALUES
7  ('RESTRICTED','1','доступ обмежений');
8 --INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RESTRICTED','0','немає обмежень');