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