Enable SQL migrations

This commit is contained in:
Deluan 2023-04-04 10:30:28 -04:00
parent 7847f19c9d
commit c3cc7dee01
6 changed files with 23 additions and 8 deletions

View file

@ -61,7 +61,7 @@ func preRun() {
}
func runNavidrome() {
db.EnsureLatestVersion()
db.Init()
defer func() {
if err := db.Close(); err != nil {
log.Error("Error closing DB", err)