mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 07:12:13 +00:00
fix: merge migrations (#363)
* fix: merge migrations * fix: rename env variable
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
lockTable = "admin_api.locks"
|
||||
lockTable = "adminapi.locks"
|
||||
lockedUntilKey = "locked_until"
|
||||
lockerIDKey = "locker_id"
|
||||
objectTypeKey = "object_type"
|
||||
|
||||
Reference in New Issue
Block a user