]> git.ipfire.org Git - thirdparty/patchwork.git/commit
lib/sql: fix permissions for v2.0.0 on postgres
authorJeremy Kerr <jk@ozlabs.org>
Mon, 28 Aug 2017 11:39:18 +0000 (19:39 +0800)
committerStephen Finucane <stephen@that.guru>
Thu, 31 Aug 2017 08:43:04 +0000 (09:43 +0100)
commit234bc7c316c555a432f678a75b25095c643d7ba1
tree8c53892921e04c6bd1f30bc00c10159a958a7e06
parente505f1fd26224fc7dcadf43146bc1408a470fe15
lib/sql: fix permissions for v2.0.0 on postgres

Some tables are no longer present, and others that are used by the web
interface and mail parser need access permissions added.

This change was required to get patchwork going on patchwork.ozlabs.org;
there may be other permissions required, that we haven't hit yet. So,
some review would be good here.

Also: it's unlikely that we need DELETE for the mail parser, but I'm not
confident enough to remove that at the moment.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Reviewed-by: Stephen Finucane <stephen@that.guru>
lib/sql/grant-all.postgres.sql