From 6ce048d6b3c5518ada39022b164c4aec41c7f5c9 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 23 Jun 2018 17:48:43 -0400 Subject: [Jams/Teams] Simplify getting the code jam for a team (team -> jam) --- pysite/tables.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pysite/tables.py') 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 ]) ), -- cgit v1.2.3