This pull request fixes issues with missing Discord-related columns in the ApplicationSettings table by recreating and applying the necessary database migration. It removes the previous migration file and introduces a new migration to resolve runtime SQLite errors encountered during upgrades from older databases. The changelog is updated to reflect this fix.
Database migration fixes:
- Removed the old migration file
20251108121500_AddDiscordSettingsToApplicationSettings.cswhich added Discord-related columns toApplicationSettings. - Added a new migration file
20251109042119_AddDiscordSettingsToApplicationSettings.cs(currently with emptyUpandDownmethods, indicating the migration was recreated for proper application).
Documentation updates:
- Updated
CHANGELOG.mdto document the recreated migration and verify that the missing Discord settings columns issue is resolved, replacing the previous changelog entry for this fix.
Automated canary build