diff options
author | 2018-06-23 19:00:07 +0000 | |
---|---|---|
committer | 2018-06-23 19:00:07 +0000 | |
commit | 90b9ebfe6b59a69e9783259a70e7927d989604f8 (patch) | |
tree | a6b796051cb7b7811ce8528b2b4501278422591e /pysite/tables.py | |
parent | Update Font-Awesome Pro to 5.1.0 (diff) | |
parent | Add some documentation to the team_edit_repo route (diff) |
Merge branch 'teams-user-frontend' into 'master'
User frontend for teams
See merge request python-discord/projects/site!9
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 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 ]) ), |