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:
Silvan
2022-05-31 16:33:50 +02:00
committed by GitHub
parent e3e0207318
commit ed36680ea1
11 changed files with 31 additions and 29 deletions

View File

@@ -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