]> git.cworth.org Git - turbot/commit
Add hunt_id to the puzzle table (instead of orig_channel_name)
authorCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 20:11:59 +0000 (12:11 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 20:23:28 +0000 (12:23 -0800)
commit1b30b2a273175896a209d9c37ef08a47d8af6175
tree0281f3534cb176980ead1bec742bad57c227ab22
parentf1582c57706b6fdf4f49319d11ed1bfd4169efac
Add hunt_id to the puzzle table (instead of orig_channel_name)

A recent commit (to announce /solved in the main hunt channel)
expected to find hunt_id in this table, but it wasn't there. So we add
it in this commit. And while adding it, we drop the orig_channel_name
field, (which embedded both hunt_id and channel_id into a single field
in the database so would have made renaming of the hunt_id rather
awkward).
turbot/interaction.py