aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py1
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
])