projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa705c
)
Fix a GRANT statement.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 11 May 2013 09:47:11 +0000
(11:47 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 11 May 2013 09:47:11 +0000
(11:47 +0200)
sql/pr0n.sql
patch
|
blob
|
history
diff --git
a/sql/pr0n.sql
b/sql/pr0n.sql
index b8fcf86d0b46e44e0f739557ea45f9d12711a302..3b262b52181c245672caa918d399a10ad7596d07 100644
(file)
--- a/
sql/pr0n.sql
+++ b/
sql/pr0n.sql
@@
-102,7
+102,7
@@
CREATE INDEX tags_tag ON tags ( tag );
GRANT INSERT ON TABLE deleted_images TO pr0n;
GRANT INSERT,SELECT,UPDATE,DELETE ON TABLE events TO pr0n;
GRANT INSERT,SELECT,UPDATE,DELETE ON TABLE fake_files TO pr0n;
-GRANT SELECT,UPDATE ON TABLE image
s_
id_seq TO pr0n;
+GRANT SELECT,UPDATE ON TABLE imageid_seq TO pr0n;
GRANT INSERT,SELECT,UPDATE,DELETE ON TABLE images TO pr0n;
GRANT INSERT,SELECT,UPDATE,DELETE ON TABLE shadow_files TO pr0n;
GRANT SELECT,UPDATE ON TABLE users TO pr0n;