mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
chore(server): add logs to begin/end transaction
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
15a3d2ca66
commit
5fa19f9cfa
8 changed files with 29 additions and 15 deletions
|
@ -35,7 +35,7 @@ func initialSetup(ds model.DataStore) {
|
|||
|
||||
err = properties.Put(consts.InitialSetupFlagKey, time.Now().String())
|
||||
return err
|
||||
})
|
||||
}, "initial setup")
|
||||
}
|
||||
|
||||
// If the Dev Admin user is not present, create it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue