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

Migrate Mood Table to Playlist Tables #21

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 1 year ago

The migration added to this PR is "safe" in that you could run it multiple times and it would only make the changes it needed to once, but I doubt that future migrations will be able to be so simple. For now, we will attempt to make future migrations "safe" also. The migration performs the following only if the Mood and MoodTracks tables are still present:

Tests