From 4a66fe0427aaacac3cbfdf6b2ea47bb3e056e88b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 13:53:53 +0100 Subject: [Jams] Linting and infractions --- pysite/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pysite/tables.py') diff --git a/pysite/tables.py b/pysite/tables.py index 67503cdb..c180e161 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -97,8 +97,8 @@ TABLES = { "code_jam_infractions": Table( # Individual infractions for each user primary_key="id", keys=sorted([ - "snowflake", # int - "participant", # int + "id", # uuid + "participant", # str "reason", # str "number" # int (optionally -1 for permanent) ]) -- cgit v1.2.3