diff options
author | 2018-07-03 12:50:18 +0100 | |
---|---|---|
committer | 2018-07-03 12:50:18 +0100 | |
commit | a7e00e298e8ae150b8739b78afbba57bbf154e42 (patch) | |
tree | 69f88b31daaa4e56aa7f00ae42860ab214b87838 /pysite/tables.py | |
parent | [Privacy] Point out that emailing GitLab does show your email (diff) | |
parent | Fix typo in table editor post (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 6 |
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([ |