mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +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 }
|
||||
|
@@ -16,7 +16,7 @@ type Org struct {
|
||||
}
|
||||
|
||||
const (
|
||||
orgTable = "admin_api.orgs"
|
||||
orgTable = "adminapi.orgs"
|
||||
)
|
||||
|
||||
func (o *Org) MinimumCycleDuration() time.Duration { return o.cycleDuration }
|
||||
|
Reference in New Issue
Block a user