From dc2a5013fb93141f50dc92b4b8cc4d6004b8e814 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 17 Jun 2018 21:31:00 +0000 Subject: Backend for team assignment --- pysite/tables.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pysite/tables.py') diff --git a/pysite/tables.py b/pysite/tables.py index ad864fee..cf38a698 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -49,10 +49,10 @@ TABLES = { "state", # str "task_html", # str "task_rst", # str - "teams", # list[int] + "teams", # list[str] "theme", # str "title", # str - "winners" # list[int] + "winners" # list[str] ]) ), @@ -93,7 +93,7 @@ TABLES = { keys=sorted([ "id", # uuid "name", # str - "members" # list[int] + "members" # list[str] ]) ), -- cgit v1.2.3