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','немає обмежень');