aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pysite/tables.py b/pysite/tables.py
index c68feba0..25e630b2 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -110,8 +110,7 @@ TABLES = {
primary_key="id",
keys=sorted([
"id", # str
- "skill_level", # str
- "age", # str
+ "dob", # str
"github_username", # str
"timezone" # str
])