Fix noncomformity registries typo
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
3
pkg/coredata/migrations/20250828T131554Z.sql
Normal file
3
pkg/coredata/migrations/20250828T131554Z.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER
|
||||
TYPE snapshots_type
|
||||
RENAME VALUE 'NON_CONFORMITY_REGISTRIES' TO 'NONCONFORMITY_REGISTRIES';
|
||||
@@ -28,7 +28,7 @@ const (
|
||||
SnapshotsTypeVendors SnapshotsType = "VENDORS"
|
||||
SnapshotsTypeAssets SnapshotsType = "ASSETS"
|
||||
SnapshotsTypeData SnapshotsType = "DATA"
|
||||
SnapshotsTypeNonConformityRegistries SnapshotsType = "NON_CONFORMITY_REGISTRIES"
|
||||
SnapshotsTypeNonConformityRegistries SnapshotsType = "NONCONFORMITY_REGISTRIES"
|
||||
SnapshotsTypeComplianceRegistries SnapshotsType = "COMPLIANCE_REGISTRIES"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user