1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-03-18 20:55:00 +00:00
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 [] Implement Raffle module () 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 [] Implement Raffle module () 2023-07-14 16:15:58 +02:00
pick.go [] Implement Raffle module () 2023-07-14 16:15:58 +02:00
pick_test.go [] Implement Raffle module () 2023-07-14 16:15:58 +02:00
raffle.go [] Implement Raffle module () 2023-07-14 16:15:58 +02:00