Colin Watson has proposed merging lp:~cjwatson/launchpad/testfix-mail-footer-pref into lp:launchpad.
Commit message: Allow branchscanner, merge-proposal-jobs, and send-branch-mail to SELECT from personsettings. Requested reviews: Colin Watson (cjwatson) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/testfix-mail-footer-pref/+merge/265382 Allow branchscanner, merge-proposal-jobs, and send-branch-mail to SELECT from personsettings. -- Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/schema/security.cfg' --- database/schema/security.cfg 2015-07-21 08:42:30 +0000 +++ database/schema/security.cfg 2015-07-21 10:55:12 +0000 @@ -691,6 +691,7 @@ public.messagechunk = SELECT, INSERT public.milestonetag = SELECT public.person = SELECT +public.personsettings = SELECT public.revision = SELECT, INSERT, UPDATE public.revisionauthor = SELECT, INSERT, UPDATE public.revisioncache = SELECT, INSERT @@ -1938,6 +1939,7 @@ public.message = SELECT, INSERT public.messagechunk = SELECT, INSERT public.person = SELECT +public.personsettings = SELECT public.previewdiff = SELECT, INSERT public.product = SELECT public.productseries = SELECT @@ -2012,6 +2014,7 @@ public.message = SELECT, INSERT public.messagechunk = SELECT, INSERT public.person = SELECT +public.personsettings = SELECT public.product = SELECT public.productseries = SELECT public.revision = SELECT
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

