aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
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
])
),