Underscore, not hyphen. Whee!
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 31 Mar 2009 01:06:48 +0000 (01:06 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 31 Mar 2009 01:06:48 +0000 (01:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@234 6d9bc8c9-1ec2-4278-b937-99fde70a366f

tools/sip_user.sql

index 1295a86..9b37592 100644 (file)
@@ -3,7 +3,7 @@ BEGIN;
 
 -- Create the SIP user group
 INSERT INTO permission.grp_tree (name, parent, usergroup, perm_interval, description, application_perm)
-       VALUES ('SIP-Client', 1, 't', '3 years', 'SIP server interactions', 'group_application.user.sip-client');
+       VALUES ('SIP-Client', 1, 't', '3 years', 'SIP server interactions', 'group_application.user.sip_client');
 
 -- Create the permissions for the SIP user group
 INSERT INTO permission.grp_perm_map (grp, depth, perm)