Skip to content

Commit 3ede6b3

Browse files
alialnustephenfin
authored andcommitted
lib: add missing permissions for patchwork_covercomment_id_seq
Grants UPDATE and SELECT privileges on patchwork_covercomment_id_seq table for user 'nobody' to fix the following exception when cover comments are being parsed: django.db.utils.ProgrammingError: permission denied for sequence patchwork_covercomment_id_seq Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
1 parent efa27b7 commit 3ede6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sql/grant-all.postgres.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ TO "nobody";
9494
GRANT UPDATE, SELECT ON
9595
patchwork_comment_id_seq,
9696
patchwork_cover_id_seq,
97+
patchwork_covercomment_id_seq,
9798
patchwork_event_id_seq,
9899
patchwork_patch_id_seq,
99100
patchwork_patchtag_id_seq,

0 commit comments

Comments
 (0)