From c4c107ad6d3093d9d33ffb4f41a10e59efaddb45 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 31 May 2018 13:50:49 +0100 Subject: 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 --- pysite/tables.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pysite/tables.py') 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 ]) -- cgit v1.2.3