LP#1838995: (follow-up) adjust ID for new permission
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 15:51:49 +0000 (10:51 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 15:51:49 +0000 (10:51 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql

index 1260f6e..7bea6bf 100644 (file)
@@ -39,9 +39,8 @@ VALUES (
     'bool'
 );
 
--- Committer! Verify permission id before pushing!
 INSERT INTO permission.perm_list (id,code,description)
-  VALUES ( 623, 'MANAGE_HOLD_GROUPS', oils_i18n_gettext(623, 'Manage hold groups and hold group events', 'ppl', 'description'));
+  VALUES ( 628, 'MANAGE_HOLD_GROUPS', oils_i18n_gettext(628, 'Manage hold groups and hold group events', 'ppl', 'description'));
 
 INSERT INTO action.hold_request_cancel_cause (id,label)
   VALUES ( 8, oils_i18n_gettext(8, 'Hold Group Event rollback', 'ahrcc', 'label'));