]> git.cworth.org Git - turbot/commit
Convert /puzzle puzzle creation to all-one-table database schema
authorCarl Worth <cworth@cworth.org>
Thu, 31 Dec 2020 17:31:24 +0000 (10:31 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 31 Dec 2020 19:07:08 +0000 (12:07 -0700)
commit99dfffda6befec46a1ecee6cae093224ee7cc6d0
tree01f930052be26da54f6221daaa7efa0a04661e8c
parent82ef8e9a39a5701a90804ffe998de4c07a6c8324
Convert /puzzle puzzle creation to all-one-table database schema

So we put the hunt ID into the PK field and the puzzle ID into the SK field,
(allowing puzzle items to be distinguished from hunt items in the table).

While doing this, we also disable the feature of inviting all hunt
users to the new puzzle. This is both because that code hasn't been
ported to the new schema, and also because that feature is planned to
be eliminated anyway.
turbot/events.py
turbot/interaction.py