mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:07:32 +00:00
fix(db): always use begin tx (#7142)
* fix(db): always use begin tx * fix(handler): timeout for begin
This commit is contained in:
@@ -88,7 +88,7 @@ func initDB(db *database.DB) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
err = initialise.VerifyZitadel(db, *config)
|
||||
err = initialise.VerifyZitadel(context.Background(), db, *config)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user