summaryrefslogtreecommitdiff
path: root/lib/sql/grant-all.postgres.sql
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sql/grant-all.postgres.sql')
-rw-r--r--lib/sql/grant-all.postgres.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql
index 10ec8d2..56a2486 100644
--- a/lib/sql/grant-all.postgres.sql
+++ b/lib/sql/grant-all.postgres.sql
@@ -21,8 +21,10 @@ GRANT SELECT, UPDATE, INSERT, DELETE ON
patchwork_delegationrule,
patchwork_emailconfirmation,
patchwork_emailoptout,
+ patchwork_event,
patchwork_patch,
patchwork_patchchangenotification,
+ patchwork_patchrelation,
patchwork_patchtag,
patchwork_person,
patchwork_project,
@@ -50,7 +52,9 @@ GRANT SELECT, UPDATE ON
patchwork_comment_id_seq,
patchwork_delegationrule_id_seq,
patchwork_emailconfirmation_id_seq,
+ patchwork_event_id_seq,
patchwork_patch_id_seq,
+ patchwork_patchrelation_id_seq,
patchwork_patchtag_id_seq,
patchwork_person_id_seq,
patchwork_project_id_seq,