syntax...
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 17 Apr 2009 20:11:34 +0000 (20:11 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 17 Apr 2009 20:11:34 +0000 (20:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@353 6d9bc8c9-1ec2-4278-b937-99fde70a366f

tools/migration-scripts/patron_groups.sql

index 198614a..cf37085 100644 (file)
@@ -42,8 +42,7 @@ INSERT INTO permission.grp_perm_map (grp, perm, depth)
 
 -- 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 (