From 63ebca8e05293ba54e5057a0f5a783ea5b7fdc42 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 28 Jul 2018 18:21:30 +0100 Subject: Fix typo in infractions table definition --- pysite/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite') diff --git a/pysite/tables.py b/pysite/tables.py index 838d69f9..6eeda60e 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -266,7 +266,7 @@ TABLES = { "user_id", # str "actor_id", # str "reason", # str - "type" # str + "type", # str "inserted_at", # datetime "expires_at", # datetime "closed", # bool -- cgit v1.2.3