Fixing upgrade script version of the permission id
authorMike Rylander <mrylander@gmail.com>
Wed, 27 Feb 2013 16:04:24 +0000 (11:04 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 27 Feb 2013 16:04:24 +0000 (11:04 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/upgrade/0760.schema.custom-best-hold-selection.sql

index 3cacb3d..4d4aac8 100644 (file)
@@ -80,10 +80,10 @@ INSERT INTO config.best_hold_order (
 INSERT INTO permission.perm_list (
     id, code, description
 ) VALUES (
-    543,
+    546,
     'ADMIN_HOLD_CAPTURE_SORT',
     oils_i18n_gettext(
-        543,
+        546,
         'Allows a user to make changes to best-hold selection sort order',
         'ppl',
         'description'
@@ -108,7 +108,7 @@ INSERT INTO config.org_unit_setting_type (
     ),
     'link',
     'cbho',
-    543,
+    546,
     'holds'
 );
 
@@ -129,7 +129,7 @@ INSERT INTO config.org_unit_setting_type (
         'description'
     ),
     'interval',
-    543,
+    546,
     'holds'
 );