aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-23 17:48:43 -0400
committerGravatar momothereal <[email protected]>2018-06-23 17:48:43 -0400
commit6ce048d6b3c5518ada39022b164c4aec41c7f5c9 (patch)
treea5230460f720f5536f0c4ee8dacab82a8a105f56 /pysite/tables.py
parent[API] Check for DB-nuking empty data in users POST (diff)
[Jams/Teams] Simplify getting the code jam for a team (team -> jam)
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysite/tables.py b/pysite/tables.py
index 191b52bd..c7072909 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -94,7 +94,8 @@ TABLES = {
"id", # uuid
"name", # str
"members", # list[str]
- "repo" # str
+ "repo", # str
+ "jam" # int
])
),