summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-10-24 18:07:00 -0400
committerJeremy Kerr <jk@ozlabs.org>2012-10-25 11:14:52 +0800
commit02550731a4b37a7f42c1158afa0c2f7dd3cdb484 (patch)
tree17695d22068f4348a480f1ba2c3d55a1650b3cfd /lib
parent5bbfb1fc8dc4c034416a9e951de8b9b27ff1d838 (diff)
downloadpatchwork-02550731a4b37a7f42c1158afa0c2f7dd3cdb484.tar.bz2
patchwork-02550731a4b37a7f42c1158afa0c2f7dd3cdb484.tar.xz
Fix grant script
patchwork_patchchangenotification_id_seq does not exist, so running this script simply fails with a rollback Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/sql/grant-all.postgres.sql3
1 files changed, 1 insertions, 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