projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ee21a
)
Underscore, not hyphen. Whee!
author
dbs
<dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 31 Mar 2009 01:06:48 +0000
(
01:06
+0000)
committer
dbs
<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
patch
|
blob
|
history
diff --git
a/tools/sip_user.sql
b/tools/sip_user.sql
index
1295a86
..
9b37592
100644
(file)
--- 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)