]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/xxxx.schema.desk_renewal_desc_update
Updated the label on the desk renewal global setting.
[working/Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / xxxx.schema.desk_renewal_desc_update
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('xxxx');
4
5 UPDATE config.global_flag
6     SET label = 'Circ: Use original circulation library on desk renewal instead of the workstation library'
7     WHERE name = 'circ.desk_renewal.use_original_circ_lib';
8
9 COMMIT;
10