aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-23 02:10:47 -0400
committerGravatar momothereal <[email protected]>2018-06-23 02:10:47 -0400
commitbb60c29b8c51c26fba4e9678cb2d743e5dfc2e62 (patch)
treedde45d3b5c39d0a7ad0743da1dc9a8fe33362bd7 /pysite/tables.py
parentAdd button to jam index in team list (diff)
GitLab team repo storage, edit form, etc.
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 cf38a698..191b52bd 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -93,7 +93,8 @@ TABLES = {
keys=sorted([
"id", # uuid
"name", # str
- "members" # list[str]
+ "members", # list[str]
+ "repo" # str
])
),