[open-ils-commits] r10196 - branches/acq-experiment/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 30 15:38:14 EDT 2008


Author: erickson
Date: 2008-07-30 15:38:06 -0400 (Wed, 30 Jul 2008)
New Revision: 10196

Modified:
   branches/acq-experiment/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
changed id value for DELETE_RECORD so it does not collide with existing ID

Modified: branches/acq-experiment/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/acq-experiment/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2008-07-30 18:18:53 UTC (rev 10195)
+++ branches/acq-experiment/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2008-07-30 19:38:06 UTC (rev 10196)
@@ -1064,7 +1064,7 @@
     (176, 'MANAGE_PROVIDER', oils_i18n_gettext('Allow a user to view and purchase from a provider')),
     (177, 'VIEW_PICKLIST', oils_i18n_gettext('Allow a user to view another users picklist'));
 INSERT INTO permission.perm_list VALUES 
-    (153, 'DELETE_RECORD', oils_i18n_gettext('Allow a staff member to directly remove a bibliographic record'));
+    (178, 'DELETE_RECORD', oils_i18n_gettext('Allow a staff member to directly remove a bibliographic record'));
 
 SELECT SETVAL('permission.perm_list_id_seq'::TEXT, (SELECT MAX(id) FROM permission.perm_list));
 



More information about the open-ils-commits mailing list