[open-ils-commits] r353 - conifer/trunk/tools/migration-scripts (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 17 16:11:39 EDT 2009


Author: dbs
Date: 2009-04-17 16:11:34 -0400 (Fri, 17 Apr 2009)
New Revision: 353

Modified:
   conifer/trunk/tools/migration-scripts/patron_groups.sql
Log:
syntax...


Modified: conifer/trunk/tools/migration-scripts/patron_groups.sql
===================================================================
--- conifer/trunk/tools/migration-scripts/patron_groups.sql	2009-04-17 20:09:02 UTC (rev 352)
+++ conifer/trunk/tools/migration-scripts/patron_groups.sql	2009-04-17 20:11:34 UTC (rev 353)
@@ -42,8 +42,7 @@
 
 -- Enable cataloguers to import bib records
 -- Cataloguer profile group = 4
--- Depth (how much of the org_tree does the user have this permission
-over) = 0 (the whole thing)
+-- Depth (how much of the org_tree does the user have this permission over) = 0 (the whole thing)
 INSERT INTO permission.grp_perm_map (grp, depth, perm)
     SELECT 4, 0, id from permission.perm_list
     WHERE code LIKE '%IMPORT%' AND id NOT IN (



More information about the open-ils-commits mailing list