twitch-bot/internal/apimodules/raffle
Knut Ahlers 6a0c48488b
[raffle] Fix index initialization in MySQL v8
which didn't work as `string` is a `LONGTEXT` field which cannot fully
be indexed while MariaDB does not have those issues.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-16 00:53:28 +02:00
..
api.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
database.go [raffle] Fix index initialization in MySQL v8 2023-07-16 00:53:28 +02:00
irc.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
pick_test.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
pick.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00
raffle.go [#16] Implement Raffle module (#47) 2023-07-14 16:15:58 +02:00