Guruprasad has proposed merging ~lgp171188/launchpad:fix-person-merge-job-permission-cve-discoverer into launchpad:db-devel.
Commit message: Allow person-merge-job to SELECT, UPDATE the Cve table Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/416097 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:fix-person-merge-job-permission-cve-discoverer into launchpad:db-devel.
diff --git a/database/schema/security.cfg b/database/schema/security.cfg index 6199540..69dfec9 100644 --- a/database/schema/security.cfg +++ b/database/schema/security.cfg @@ -2350,6 +2350,7 @@ public.codereviewinlinecommentdraft = SELECT, UPDATE, DELETE public.codereviewvote = SELECT, UPDATE public.commercialsubscription = SELECT, UPDATE public.customlanguagecode = SELECT +public.cve = SELECT, UPDATE public.distribution = SELECT, UPDATE public.distributionsourcepackage = SELECT, INSERT, UPDATE, DELETE public.distributionmirror = SELECT, UPDATE
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

