Benji York has proposed merging lp:~benji/launchpad/bug-877195-db-3 into lp:launchpad/db-devel.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~benji/launchpad/bug-877195-db-3/+merge/83445 add some security declarations for template statistics jobs -- https://code.launchpad.net/~benji/launchpad/bug-877195-db-3/+merge/83445 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~benji/launchpad/bug-877195-db-3 into lp:launchpad/db-devel.
=== modified file 'database/schema/security.cfg' --- database/schema/security.cfg 2011-11-22 14:12:40 +0000 +++ database/schema/security.cfg 2011-11-25 21:21:27 +0000 @@ -445,6 +445,9 @@ public.job = SELECT, UPDATE, DELETE public.pofilestatsjob = SELECT, UPDATE, DELETE public.potmsgset = SELECT +public.distroseries = SELECT +public.distribution = SELECT +public.sourcepackagename = SELECT public.translationmessage = SELECT public.translationtemplateitem = SELECT type=user
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

