aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-07-28 18:21:30 +0100
committerGravatar Gareth Coles <[email protected]>2018-07-28 18:21:30 +0100
commit63ebca8e05293ba54e5057a0f5a783ea5b7fdc42 (patch)
treeed078b020631a5016e292d48a267e118e59280b2
parentFix unit test (diff)
Fix typo in infractions table definition
-rw-r--r--pysite/tables.py2
1 files changed, 1 insertions, 1 deletions
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