mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-26 01:12:25 +00:00
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
Block a user