Enable SQL migrations
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user