bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix Database Table Migrations #50

Closed bastisawesome closed 1 month ago

bastisawesome commented 1 month ago

Currently in the DatabaseManager, specifically _copy_data, there is no check for empty data. This means the bot will crash when attempting to migrate to a new database.