]> git.ozlabs.org Git - patchwork/blobdiff - lib/sql/grant-all.postgres.sql
Fix grant script
[patchwork] / lib / sql / grant-all.postgres.sql
index 72abb570e017150195798d5076d9523917ed1a5d..926d5d3baede01ef82119a8b0c6c6e670f2440b1 100644 (file)
@@ -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