Grants UPDATE and SELECT privileges on patchwork_comment_id_seq table
for web and mail users to fix the following exception when comments
are parsed:
django.db.utils.ProgrammingError: permission denied for sequence
patchwork_comment_id_seq
Fixes: 5b53f46def5f ("lib: fix table names")
Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
(cherry picked from commit
f7bb805037d7d8710a0b025536616ef9cdfd4cef)
patchwork_bundle_id_seq,
patchwork_bundlepatch_id_seq,
patchwork_check_id_seq,
+ patchwork_comment_id_seq,
patchwork_cover_id_seq,
patchwork_covercomment_id_seq,
patchwork_delegationrule_id_seq,
patchwork_tag
TO "nobody";
GRANT UPDATE, SELECT ON
+ patchwork_comment_id_seq,
patchwork_event_id_seq,
patchwork_patch_id_seq,
patchwork_patchtag_id_seq,