aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pysite/tables.py b/pysite/tables.py
index de9499e8..784183f8 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -138,6 +138,12 @@ TABLES = {
])
),
+ "off_topic_names": Table( # Names for the off-topic category channels
+ primary_key="name",
+ keys=("name",),
+ locked=False
+ ),
+
"snake_facts": Table( # Snake facts
primary_key="fact",
keys=sorted([