1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-17 07:18:20 +00:00
zitadel/internal/domain/unique_constraint_migration.go

10 lines
163 B
Go
Raw Normal View History

package domain
type UniqueConstraintMigration struct {
AggregateID string
ObjectID string
UniqueType string
UniqueField string
ErrorMessage string
}