summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/weblog-database.sql
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2014-10-12 17:50:06 +0200
committerDavid A. Madore <david+git@madore.org>2014-10-12 17:50:06 +0200
commitfc921ecbda441f37ff33a1e4b76581434fc3c954 (patch)
tree4330158be62fd9d554be2d945a572408ee396e52 /org/madore/damlengine/weblog-database.sql
parent4bd86b514131c6df0bf46443f024f2277d43f08c (diff)
downloaddamlengine-fc921ecbda441f37ff33a1e4b76581434fc3c954.tar.gz
damlengine-fc921ecbda441f37ff33a1e4b76581434fc3c954.tar.bz2
damlengine-fc921ecbda441f37ff33a1e4b76581434fc3c954.zip
Commit a reminder about permissions.
Diffstat (limited to 'org/madore/damlengine/weblog-database.sql')
-rw-r--r--org/madore/damlengine/weblog-database.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/org/madore/damlengine/weblog-database.sql b/org/madore/damlengine/weblog-database.sql
index 0cfd282..ebf8e0c 100644
--- a/org/madore/damlengine/weblog-database.sql
+++ b/org/madore/damlengine/weblog-database.sql
@@ -19,3 +19,6 @@ CREATE TABLE incat (
) ;
CREATE INDEX incat_id_key ON incat ( id ) ;
CREATE INDEX incat_code_key ON incat ( code ) ;
+
+-- Reminder:
+-- GRANT SELECT ON entries , incat TO "www-data" ;