From 02550731a4b37a7f42c1158afa0c2f7dd3cdb484 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Oct 2012 18:07:00 -0400 Subject: [PATCH] Fix grant script patchwork_patchchangenotification_id_seq does not exist, so running this script simply fails with a rollback Signed-off-by: Simo Sorce Signed-off-by: Jeremy Kerr --- lib/sql/grant-all.postgres.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql index 72abb57..926d5d3 100644 --- a/lib/sql/grant-all.postgres.sql +++ b/lib/sql/grant-all.postgres.sql @@ -46,8 +46,7 @@ GRANT SELECT, UPDATE ON patchwork_state_id_seq, patchwork_emailconfirmation_id_seq, patchwork_userprofile_id_seq, - patchwork_userprofile_maintainer_projects_id_seq, - patchwork_patchchangenotification_id_seq + patchwork_userprofile_maintainer_projects_id_seq TO "www-data"; -- allow the mail user (in this case, 'nobody') to add patches -- 2.39.2