Merge ~ilasc/launchpad:add-permissions-revisionstatusreport into launchpad:db-devel

Proposed by Ioana Lasc
Status: Rejected
Rejected by: Ioana Lasc
Proposed branch: ~ilasc/launchpad:add-permissions-revisionstatusreport
Merge into: launchpad:db-devel
Diff against target: 13 lines (+2/-0)
1 file modified
database/schema/security.cfg (+2/-0)
Reviewer Review Type Date Requested Status
Launchpad code reviewers Pending
Review via email: mp+412483@code.launchpad.net

Commit message

Add permissions for RevisionStatusReport and RevisionStatusArtifact

Description of the change

I missed this before landing DB patch database/schema/patch-2210-37-0.sql (https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/409900) - it is only part of the code branch that is not yet landing https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/410373.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) wrote :

Rejecting this as Colin already proposed a fix for the permission issues in https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/412482

Unmerged commits

fe13719... by Ioana Lasc

Add permissions for RevisionStatusReport and RevisionStatusArtifact

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/database/schema/security.cfg b/database/schema/security.cfg
2index 03c81f2..480fd03 100644
3--- a/database/schema/security.cfg
4+++ b/database/schema/security.cfg
5@@ -296,6 +296,8 @@ public.productrelease = SELECT, INSERT, UPDATE, DELETE
6 public.productreleasefile = SELECT, INSERT, DELETE
7 public.project = SELECT
8 public.publisherconfig = SELECT, INSERT, UPDATE, DELETE
9+public.revisionstatusartifact = SELECT, INSERT, UPDATE, DELETE
10+public.revisionstatusreport = SELECT, INSERT, UPDATE, DELETE
11 public.question = SELECT, INSERT, UPDATE
12 public.questionjob = SELECT, INSERT, UPDATE, DELETE
13 public.questionmessage = SELECT, INSERT

Subscribers

People subscribed via source and target branches

to status/vote changes: