aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-24 10:44:57 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-24 10:44:57 +0100
commit105edb52dd0af71b1f37f907ed4ad748b9942911 (patch)
tree8634fc7c6a7fd948696f9eb7a73551699c28ff1b /pysite/tables.py
parent[API] Implement chunk-based user update mechanism (diff)
parentMerge branch 'momo/optimize-teams-list' into 'master' (diff)
Merge remote-tracking branch 'origin/master'
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 8a336ad5..de9499e8 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
])
),