← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/ul10nstats-security-distribution into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/ul10nstats-security-distribution into lp:launchpad.

Commit message:
Allow ubuntu_localisation_statistics to SELECT FROM distribution.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/ul10nstats-security-distribution/+merge/248257

Allow ubuntu_localisation_statistics to SELECT FROM distribution.

This is needed by https://code.launchpad.net/~dpm/lp-get-ul10nstats/distro-support/+merge/234349, until such time as we can kill this out-of-tree SQL user.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/ul10nstats-security-distribution into lp:launchpad.
=== modified file 'database/schema/security.cfg'
--- database/schema/security.cfg	2014-11-03 06:54:51 +0000
+++ database/schema/security.cfg	2015-02-02 14:42:06 +0000
@@ -2376,6 +2376,7 @@
 [ubuntu_localisation_statistics]
 # A script which runs statistical queries related to translations.
 # See lp:lp-get-ul10nstats
+public.distribution                     = SELECT
 public.distroseries                     = SELECT
 public.language                         = SELECT
 public.pofile                           = SELECT


Follow ups