]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0397.data.coust.opac_fully_compresssed.sql
LP#1838995: (follow-up) adjust ID for new permission
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0397.data.coust.opac_fully_compresssed.sql
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('0397');
4
5 INSERT INTO config.org_unit_setting_type (name, label, description, datatype)
6     VALUES (
7         'opac.fully_compressed_serial_holdings',
8         'OPAC: Use fully compressed serial holdings',
9         'Show fully compressed serial holdings for all libraries at and below
10         the current context unit',
11         'bool'
12     );
13
14 COMMIT;