mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00
Merge branch 'clean-transactional-propsal' into rt-domains
This commit is contained in:
@@ -66,7 +66,6 @@ const (
|
|||||||
IntegrityTypeUnique IntegrityType = "unique"
|
IntegrityTypeUnique IntegrityType = "unique"
|
||||||
IntegrityTypeForeign IntegrityType = "foreign"
|
IntegrityTypeForeign IntegrityType = "foreign"
|
||||||
IntegrityTypeNotNull IntegrityType = "not null"
|
IntegrityTypeNotNull IntegrityType = "not null"
|
||||||
IntegrityTypeUnknown IntegrityType = "unknown"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// IntegrityViolationError represents a generic integrity violation error.
|
// IntegrityViolationError represents a generic integrity violation error.
|
||||||
|
Reference in New Issue
Block a user