From c25efdc7e66a91d00342e1136551b9f6ced24310 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 17 Apr 2009 20:11:34 +0000 Subject: [PATCH] syntax... git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@353 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/migration-scripts/patron_groups.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/migration-scripts/patron_groups.sql b/tools/migration-scripts/patron_groups.sql index 198614a373..cf37085752 100644 --- a/tools/migration-scripts/patron_groups.sql +++ b/tools/migration-scripts/patron_groups.sql @@ -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 ( -- 2.11.0