projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a17a8d5
)
errorreporter needs access to privileges_assign sql table
author
Roland Hieber
<devnull@localhost>
Thu, 18 Feb 2010 17:47:19 +0000
(18:47 +0100)
committer
Roland Hieber
<devnull@localhost>
Thu, 18 Feb 2010 17:47:19 +0000
(18:47 +0100)
sql/mod_error-reporter.sql
patch
|
blob
|
history
diff --git
a/sql/mod_error-reporter.sql
b/sql/mod_error-reporter.sql
index
5551a14
..
f31468f
100644
(file)
--- a/
sql/mod_error-reporter.sql
+++ b/
sql/mod_error-reporter.sql
@@
-47,4
+47,5
@@
GRANT SELECT, UPDATE ON mod_errorreporter_er_uid_seq TO errorreporter;
GRANT SELECT ON users TO errorreporter;
GRANT SELECT, INSERT ON log_module TO errorreporter;
GRANT INSERT ON log TO errorreporter;
+GRANT SELECT ON privileges_assign TO errorreporter
This page took
0.022346 seconds
and
4
git commands to generate.