X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsql%2Fgrant-all.postgres.sql;h=926d5d3baede01ef82119a8b0c6c6e670f2440b1;hb=5c2626726c895ccc62a5d58b76224d6cd0ac0e3f;hp=591ffd0ecdcc0273245c0bc3dff81f516f94b952;hpb=c2c6a408c7764fa29389ce160f52776c9308d50a;p=patchwork diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql index 591ffd0..926d5d3 100644 --- a/lib/sql/grant-all.postgres.sql +++ b/lib/sql/grant-all.postgres.sql @@ -22,7 +22,9 @@ GRANT SELECT, UPDATE, INSERT, DELETE ON patchwork_project, patchwork_bundle, patchwork_bundlepatch, - patchwork_patch + patchwork_patch, + patchwork_emailoptout, + patchwork_patchchangenotification TO "www-data"; GRANT SELECT, UPDATE ON auth_group_id_seq,