projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad51700
)
JBAS-1832 CAPS Librarians get UPDATE_AUTHORITY_RECORD perm
author
Bill Erickson
<berickxx@gmail.com>
Wed, 8 May 2019 19:19:31 +0000
(19:19 +0000)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 8 May 2019 19:19:31 +0000
(19:19 +0000)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/3.2-additions.sql
patch
|
blob
|
history
diff --git
a/KCLS/sql/schema/deploy/3.2-additions.sql
b/KCLS/sql/schema/deploy/3.2-additions.sql
index
51a5e6c
..
d7e25e5
100644
(file)
--- a/
KCLS/sql/schema/deploy/3.2-additions.sql
+++ b/
KCLS/sql/schema/deploy/3.2-additions.sql
@@
-15,6
+15,14
@@
BEGIN
WHERE code = 'APPLY_WORKSTATION_SETTING')
);
+ INSERT INTO permission.grp_perm_map (grp, depth, perm)
+ VALUES (
+ 76, -- CAPS Librarian
+ 0,
+ (SELECT id FROM permission.perm_list
+ WHERE code = 'UPDATE_AUTHORITY_RECORD')
+ );
+
-- workstation for marc_stream_importer.pl
INSERT INTO actor.workstation (owning_lib, name)
VALUES (1531, 'PR-Connexion-Stream');