diff options
author | 2018-07-26 22:16:02 +0000 | |
---|---|---|
committer | 2018-07-26 22:16:02 +0000 | |
commit | 6ee29c01d19aa64b29bcc333f55c3d147380e49f (patch) | |
tree | cda015b81dddf0339622f3ee17538c2d75cab018 /pysite/tables.py | |
parent | Merge branch 'momo/infractions-api' into 'master' (diff) |
Tweaks to the Infractions API for the bot
Diffstat (limited to 'pysite/tables.py')
-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 3485065f..838d69f9 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -269,7 +269,7 @@ TABLES = { "type" # str "inserted_at", # datetime "expires_at", # datetime - "active", # bool + "closed", # bool "legacy_rowboat_id" # str ]) ), |