diff options
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 3 |
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 ]) ), |