aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 20:20:51 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 20:20:51 +0100
commitc438ec429c0d9f2bb8b7fffd0dc97041445b97a3 (patch)
tree2feff91c88780a9d60f9e60bead51838187bff30 /pysite/tables.py
parentFix infractions setup (diff)
Jammer profiles
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
])