Grants UPDATE and SELECT privileges on patchwork_cover_id_seq table
for user 'nobody' to fix the following exception when cover letters
are being parsed:
django.db.utils.ProgrammingError: permission denied for sequence
patchwork_cover_id_seq
Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
(cherry picked from commit
efa27b7730274791b223b5e855dd9c9324a3c2e4)
TO "nobody";
GRANT UPDATE, SELECT ON
patchwork_comment_id_seq,
+ patchwork_cover_id_seq,
patchwork_event_id_seq,
patchwork_patch_id_seq,
patchwork_patchtag_id_seq,