mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix(query): show views and failed events (#3743)
* fix(system): show views and failed events * fix: set correct database on failed events and views
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/zitadel/zitadel/internal/view/repository"
|
||||
)
|
||||
|
||||
var dbList = []string{"auth", "authz", "adminapi", "notification"}
|
||||
var dbList = []string{"auth", "adminapi", "notification"}
|
||||
|
||||
type AdministratorRepo struct {
|
||||
View *view.View
|
||||
|
Reference in New Issue
Block a user