From b17dafdd29fad215fe41cd1af3abd6566316aca8 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 31 Mar 2009 01:06:48 +0000 Subject: [PATCH] Underscore, not hyphen. Whee! git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@234 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/sip_user.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0