diff options
author | 2018-05-31 13:50:49 +0100 | |
---|---|---|
committer | 2018-05-31 13:50:49 +0100 | |
commit | c4c107ad6d3093d9d33ffb4f41a10e59efaddb45 (patch) | |
tree | 6ebd27b62b6e58e947c119f9f62866b9ec93c2fb /pysite/tables.py | |
parent | Switch constants around (diff) |
Update privacy policy and related migrations
* Don't collect DOB anymore, and remove it from database
* Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/tables.py b/pysite/tables.py index be43c588..b33f04b9 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -112,7 +112,6 @@ TABLES = { primary_key="id", keys=sorted([ "id", # str - "dob", # str "github_username", # str "timezone" # str ]) |