diff options
author | 2018-07-26 22:16:02 +0000 | |
---|---|---|
committer | 2018-07-26 22:16:02 +0000 | |
commit | 5a3d956f8f89f78782f0bec0303d9980aeede4f0 (patch) | |
tree | cda015b81dddf0339622f3ee17538c2d75cab018 /pysite/tables.py | |
parent | Merge branch 'momo/infractions-api' into 'master' (diff) | |
parent | Tweaks to the Infractions API for the bot (diff) |
Merge branch 'momo/infractions-api-dangling' into 'master'
Tweaks to the Infractions API for the bot
See merge request python-discord/projects/site!27
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 ]) ), |