From: dbs Date: Tue, 31 Mar 2009 01:06:48 +0000 (+0000) Subject: Underscore, not hyphen. Whee! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b17dafdd29fad215fe41cd1af3abd6566316aca8;p=contrib%2FConifer.git Underscore, not hyphen. Whee! git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@234 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/tools/sip_user.sql b/tools/sip_user.sql index 1295a86b1d..9b3759238f 100644 --- a/tools/sip_user.sql +++ b/tools/sip_user.sql @@ -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)