summaryrefslogtreecommitdiffstats
path: root/lib/sql/grant-all.sql
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sql/grant-all.sql')
-rw-r--r--lib/sql/grant-all.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sql/grant-all.sql b/lib/sql/grant-all.sql
index 4b8a43b..d0dd45f 100644
--- a/lib/sql/grant-all.sql
+++ b/lib/sql/grant-all.sql
@@ -56,7 +56,8 @@ GRANT INSERT, SELECT ON
patchwork_person
TO "nobody";
GRANT SELECT ON
- patchwork_project
+ patchwork_project,
+ patchwork_state
TO "nobody";
GRANT UPDATE, SELECT ON
patchwork_patch_id_seq,