ShokoAnime / ShokoServer

Repository for Shoko Server.
http://shokoanime.com/shoko-server/
MIT License
391 stars 75 forks source link

Update failing failing mysql migration #1056

Closed krbrs closed 1 year ago

krbrs commented 1 year ago

Don't add a new line with a migration in between as it will fail startup and migration on already up-to-date DB servers:

DATABASE ERROR: 99.8 ALTER TABLE `AniDB_File` DROP COLUMN AnimeID; | MySql.Data.MySqlClient.MySqlException (0x80004005): Can't DROP COLUMN `AnimeID`; check that it exists