mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-13 23:13:51 +00:00
fix: merge migrations (#363)
* fix: merge migrations * fix: rename env variable
This commit is contained in:
@@ -21,7 +21,7 @@ type IamMember struct {
|
||||
}
|
||||
|
||||
const (
|
||||
iamMemberTable = "admin_api.iam_members"
|
||||
iamMemberTable = "adminapi.iam_members"
|
||||
)
|
||||
|
||||
func (m *IamMember) MinimumCycleDuration() time.Duration { return m.cycleDuration }
|
||||
|
||||
Reference in New Issue
Block a user