]> git.cworth.org Git - turbot/commitdiff
Create the hunts table if it doesn't already exist
authorCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2020 09:37:04 +0000 (02:37 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2020 10:08:13 +0000 (03:08 -0700)
I just realized I was probably missing a necessary index on the hunts
table, meaning I need to destroy it ad recreate it. But I don't want
to do that manually without any code to capture what I did.

And if I'm going to write code, I might as well have that code called
implcitly as needed. So that's what's present here, the code necessary
to create the hunts table if it doesn't already exist.


No differences found