mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
feat: migrate unique constraints v1 to v2 (#1274)
* fix: unique migration * fix: unique migration * fix: remove migrations * fix: member events
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
Step8
|
||||
Step9
|
||||
Step10
|
||||
Step11
|
||||
//StepCount marks the the length of possible steps (StepCount-1 == last possible step)
|
||||
StepCount
|
||||
)
|
||||
|
9
internal/v2/domain/unique_constraint_migration.go
Normal file
9
internal/v2/domain/unique_constraint_migration.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package domain
|
||||
|
||||
type UniqueConstraintMigration struct {
|
||||
AggregateID string
|
||||
ObjectID string
|
||||
UniqueType string
|
||||
UniqueField string
|
||||
ErrorMessage string
|
||||
}
|
Reference in New Issue
Block a user