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

Decommission Automatic Migration #50

Closed JeffreyGaydos closed 3 months ago

JeffreyGaydos commented 3 months ago

Migrations are usually unnecessary, and requiring an entire system to run them makes changing the schema difficult. Additionally, instructions on how to run the migrations have already been added to the readme, and a user can simply delete the database and re-import all metadata if it becomes a real problem.