mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 14:17:17 +00:00
fix: use correct db schema (#4308)
This commit is contained in:
parent
50bda00921
commit
279b487961
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
errTable = "authz.failed_events"
|
||||
errTable = "auth.failed_events"
|
||||
)
|
||||
|
||||
func (v *View) saveFailedEvent(failedEvent *repository.FailedEvent) error {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
sequencesTable = "authz.current_sequences"
|
||||
sequencesTable = "auth.current_sequences"
|
||||
)
|
||||
|
||||
func (v *View) saveCurrentSequence(viewName string, event *models.Event) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user