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