← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:fix-delete-revisionstatusreports-for-gitrepository into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:fix-delete-revisionstatusreports-for-gitrepository into launchpad:master.

Commit message:
Grant garbo DELETE access to RevisionStatus{Artifact,Report}

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/413802

Needed by https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/413748.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:fix-delete-revisionstatusreports-for-gitrepository into launchpad:master.
diff --git a/database/schema/security.cfg b/database/schema/security.cfg
index d1aa633..168c8b4 100644
--- a/database/schema/security.cfg
+++ b/database/schema/security.cfg
@@ -2538,6 +2538,8 @@ public.potmsgset                        = SELECT, DELETE
 public.previewdiff                      = SELECT, DELETE
 public.revisionauthor                   = SELECT, UPDATE
 public.revisioncache                    = SELECT, DELETE
+public.revisionstatusartifact           = SELECT, DELETE
+public.revisionstatusreport             = SELECT, DELETE
 public.signedcodeofconduct              = SELECT, UPDATE
 public.snap                             = SELECT, UPDATE
 public.snapbase                         = SELECT