]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/XXXX.schema.webstaff.circ.itemsout_notice_count_excludes_courtesies.sql
LP#1732275: add release notes entry
[working/Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / XXXX.schema.webstaff.circ.itemsout_notice_count_excludes_courtesies.sql
1 BEGIN;
2
3 -- SELECT evergreen.upgrade_deps_block_check('xxxx', :eg_version);
4
5 INSERT into config.org_unit_setting_type (name, label, grp, description, datatype) 
6 values ('webstaff.circ.itemsout_notice_count_excludes_courtesies','Exclude Courtesy Notices from Patrons Itemsout Notices Count',
7     'circ', 'Exclude Courtesy Notices from Patron Itemsout Notices Count', 'bool');
8
9 COMMIT;