]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0221.perm.perm_list.acq_imbalanced_xfer.sql
LP#1248734: (follow-up) add new indexes to schema update script
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0221.perm.perm_list.acq_imbalanced_xfer.sql
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('0221'); -- senator
4
5 INSERT INTO permission.perm_list (id, code, description)
6     VALUES (389, 'ACQ_XFER_MANUAL_DFUND_AMOUNT',
7         oils_i18n_gettext( 389, 'Allow a user to transfer different amounts of money out of one fund and into another', 'ppl', 'description' ));
8
9 COMMIT;