don't backup db for tests

This commit is contained in:
sentriz
2023-10-10 16:43:26 +01:00
parent f18151b755
commit 80fdc85b60
2 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ func main() {
defer dbc.Close()
err = dbc.Migrate(db.MigrationContext{
Production: true,
DBPath: *confDBPath,
OriginalMusicPath: confMusicPaths[0].path,
PlaylistsPath: *confPlaylistsPath,