diff options
| author | 2018-05-19 20:20:51 +0100 | |
|---|---|---|
| committer | 2018-05-19 20:20:51 +0100 | |
| commit | c438ec429c0d9f2bb8b7fffd0dc97041445b97a3 (patch) | |
| tree | 2feff91c88780a9d60f9e60bead51838187bff30 /pysite/tables.py | |
| parent | Fix infractions setup (diff) | |
Jammer profiles
Diffstat (limited to '')
| -rw-r--r-- | pysite/tables.py | 3 |
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 ]) |