]> git.cworth.org Git - turbot/commit
Add a hunt_id attribute and index to the database for hunts
authorCarl Worth <cworth@cworth.org>
Wed, 30 Dec 2020 20:31:12 +0000 (13:31 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 31 Dec 2020 16:55:34 +0000 (09:55 -0700)
commit460a2c781b3ad2ea1d2e2cdc812803ef6ec64e6b
treefa856e0b9b7969538ec8330acb7a187c1d1bdd7f
parentf0a7a846f7ae7a7786239254161d700716ce644f
Add a hunt_id attribute and index to the database for hunts

This will allow the Turbot home view to scan the hunt_id_index to find
all existing hunts, (without having to scan non-hunt items from the
database).
turbot/interaction.py