]> 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 <stephenfinucane@hotmail.com>
Tue, 1 Aug 2023 17:25:29 +0000 (18:25 +0100)
commitefa27b7730274791b223b5e855dd9c9324a3c2e4
tree683112b6845dee1548bfed94b542802f7b39d6ad
parentddc4c7e41a7eaec5c08296d4b441c896324f86d4
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>
lib/sql/grant-all.postgres.sql