Anonymize club emails
This commit is contained in:
parent
4cb2fbb2a1
commit
79afabf81b
|
@ -19,4 +19,6 @@ class Command(BaseCommand):
|
|||
"first_name = 'Anne', "
|
||||
"last_name = 'Onyme', "
|
||||
"email = 'anne@ony.me';")
|
||||
cur.execute("UPDATE member_club SET "
|
||||
"email = 'anne@ony.me';")
|
||||
cur.close()
|
||||
|
|
Loading…
Reference in New Issue