]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0027.data.edit_billing_note_perm.sql
LP#1838995: (follow-up) adjust ID for new permission
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0027.data.edit_billing_note_perm.sql
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('0027');
4
5 INSERT INTO permission.perm_list VALUES
6     (346,'UPDATE_BILL_NOTE', oils_i18n_gettext(346,'Allows staff to edit the note for a bill on a transaction', 'ppl', 'description'));
7
8 COMMIT;
9