More database sanitization
- Legacy-Id: 2006
This commit is contained in:
parent
c1629517f1
commit
c6acb105bc
|
@ -10,3 +10,14 @@ UPDATE idst_users SET random_str = 'deleted';
|
|||
UPDATE users SET password = 'deleted';
|
||||
DELETE FROM django_session;
|
||||
|
||||
-- Information only shown to IESG currently
|
||||
|
||||
DELETE FROM document_comments WHERE public_flag=0;
|
||||
DELETE FROM management_issues;
|
||||
DELETE FROM templates;
|
||||
|
||||
-- Personal information not shown currently
|
||||
|
||||
DELETE FROM meeting_attendees;
|
||||
UPDATE postal_addresses SET person_title='', affiliated_company='Deleted', aff_company_key='DELETED', department = '', staddr1='', staddr2='', mail_stop='', city='', state_or_prov='', postal_code='';
|
||||
UPDATE phone_numbers SET phone_number='deleted';
|
||||
|
|
Loading…
Reference in a new issue