]> git.ipfire.org Git - thirdparty/patchwork.git/commit
lib: add missing permissions for patchwork_cover_id_seq
authorAli Alnubani <alialnu@nvidia.com>
Mon, 31 Jul 2023 10:54:21 +0000 (13:54 +0300)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:26:54 +0000 (18:26 +0100)
commit947bdfa006d83cdca6dfebffc77a6f6a398ef4ac
tree4d6b25c412d287fd1a35a531639f57bfdb2a5e6f
parent719b5be7a5bee77ea3e7ddd20c9bb86465d4ca3e
lib: add missing permissions for patchwork_cover_id_seq

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)
lib/sql/grant-all.postgres.sql