From fc921ecbda441f37ff33a1e4b76581434fc3c954 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Sun, 12 Oct 2014 17:50:06 +0200 Subject: Commit a reminder about permissions. --- org/madore/damlengine/weblog-database.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'org/madore') 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" ; -- cgit v1.2.3