mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 09:52:18 +00:00
fix: merge migrations (#363)
* fix: merge migrations * fix: rename env variable
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
errTable = "admin_api.failed_events"
|
||||
errTable = "adminapi.failed_events"
|
||||
errColumn = "failed_events"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user