mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 10:42:13 +00:00
fix: move v2 pkgs (#1331)
* fix: move eventstore pkgs * fix: move eventstore pkgs * fix: remove v2 view * fix: remove v2 view
This commit is contained in:
9
internal/domain/unique_constraint_migration.go
Normal file
9
internal/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