]> git.ipfire.org Git - thirdparty/patchwork.git/commit
lib: add missing permissions for patchwork_covercomment_id_seq
authorAli Alnubani <alialnu@nvidia.com>
Tue, 1 Aug 2023 08:15:35 +0000 (11:15 +0300)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:26:54 +0000 (18:26 +0100)
commit360c8e7e79c95a5d3b0bb3690c9682e15246b5bf
tree28a9770d1e7246df87a41d824691beb654a3ce43
parent947bdfa006d83cdca6dfebffc77a6f6a398ef4ac
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>
(cherry picked from commit 3ede6b34618d2553ecdaf7f29426a4456c2b47ae)
lib/sql/grant-all.postgres.sql