tcprescott / sahasrahbot

A Discord/SRL bot for the ALTTPR/SMZ3 communities.
MIT License
28 stars 31 forks source link

Bug: make rtgg_id in the users table case sensitive #53

Closed tcprescott closed 12 months ago

tcprescott commented 1 year ago

We need to change the collation to utf8mb4_bin to ensure that select statements from the table are case sensitive.

tcprescott commented 12 months ago

done