Merge branch 'clean-transactional-propsal' into rt-domains

This commit is contained in:
adlerhurst
2025-07-22 19:14:06 +02:00

View File

@@ -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.