diff options
author | 2018-07-28 18:21:30 +0100 | |
---|---|---|
committer | 2018-07-28 18:21:30 +0100 | |
commit | 63ebca8e05293ba54e5057a0f5a783ea5b7fdc42 (patch) | |
tree | ed078b020631a5016e292d48a267e118e59280b2 /pysite | |
parent | Fix unit test (diff) |
Fix typo in infractions table definition
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/tables.py | 2 |
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 |