Corrections to conflict resolutions re perm pinned IDs
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Feb 2013 20:31:57 +0000 (15:31 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 11 Mar 2013 18:00:51 +0000 (14:00 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.acq-order-ident.sql

index c01e348..95465c5 100644 (file)
@@ -5,10 +5,10 @@ ALTER TABLE acq.lineitem_attr
     ADD COLUMN order_ident BOOLEAN NOT NULL DEFAULT FALSE;
 
 INSERT INTO permission.perm_list ( id, code, description ) VALUES (
-    543, -- VERIFY
+    546, -- VERIFY
     'ACQ_ADD_LINEITEM_IDENTIFIER',
     oils_i18n_gettext(
-        543,-- VERIFY
+        546,-- VERIFY
         'When granted, newly added lineitem identifiers will propagate to linked bib records',
         'ppl',
         'description'
@@ -16,10 +16,10 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES (
 );
 
 INSERT INTO permission.perm_list ( id, code, description ) VALUES (
-    544, -- VERIFY
+    547, -- VERIFY
     'ACQ_SET_LINEITEM_IDENTIFIER',
     oils_i18n_gettext(
-        544,-- VERIFY
+        547,-- VERIFY
         'Allows staff to change the lineitem identifier',
         'ppl',
         'description'