~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/security.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-02 10:15:39 UTC
  • mfrom: (13581.1.2 bug-814576-gmb)
  • Revision ID: launchpad@pqm.canonical.com-20110802101539-o6suv9c6uqyi8z4r
[r=danilo][bug=814576] Provide an UnusedPOTMsgSetPruner to clean-up
 unused POTMsgSets inside the garbo-daily cron job. Fix by Graham,
 improved by Stuart, landed on devel by Danilo.  Drums played by a Cow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2174
2174
public.openidconsumernonce              = SELECT, DELETE
2175
2175
public.person                           = SELECT, DELETE
2176
2176
public.potranslation                    = SELECT, DELETE
 
2177
public.potmsgset                        = SELECT, DELETE
2177
2178
public.revisionauthor                   = SELECT, UPDATE
2178
2179
public.revisioncache                    = SELECT, DELETE
2179
2180
public.suggestivepotemplate             = INSERT, DELETE
2180
2181
public.teamparticipation                = SELECT, DELETE
 
2182
public.translationmessage               = SELECT, DELETE
 
2183
public.translationtemplateitem          = SELECT, DELETE
2181
2184
type=user
2182
2185
 
2183
2186
[garbo_daily]