aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-07-26 22:16:02 +0000
committerGravatar Johannes Christ <[email protected]>2018-07-26 22:16:02 +0000
commit5a3d956f8f89f78782f0bec0303d9980aeede4f0 (patch)
treecda015b81dddf0339622f3ee17538c2d75cab018 /pysite/tables.py
parentMerge branch 'momo/infractions-api' into 'master' (diff)
parentTweaks 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.py2
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
])
),