~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/close-account.py

  • Committer: Stuart Bishop
  • Date: 2010-07-16 08:57:55 UTC
  • mto: (7675.745.23 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11319.
  • Revision ID: stuart.bishop@canonical.com-20100716085755-h1ipeuiiqw37nd64
Fix account closure script

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        UPDATE Person
67
67
        SET displayname='Removed by request',
68
68
            name=%(new_name)s, language=NULL, account=NULL,
69
 
            addressline1=NULL, addressline2=NULL, organization=NULL,
70
 
            city=NULL, province=NULL, country=NULL, postcode=NULL,
71
 
            phone=NULL, homepage_content=NULL, icon=NULL, mugshot=NULL,
 
69
            homepage_content=NULL, icon=NULL, mugshot=NULL,
72
70
            hide_email_addresses=TRUE, registrant=NULL, logo=NULL,
73
71
            creation_rationale=%(unknown_rationale)s, creation_comment=NULL
74
72
        WHERE id=%(person_id)s