JeffreyGaydos / music-database-generator

An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2 stars 1 forks source link

Remove Automatic Migration System #53

Closed JeffreyGaydos closed 3 months ago

JeffreyGaydos commented 3 months ago

Not super useful, if you need to update your database schema, you can just execute it yourself. We also don't have a drop-re-initialize system in place if the auto-migrate fails, so we are already relying on the user to run sql manually for their chosen database provider. We may re-visit this in the future.