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"
|
SnapshotsTypeVendors SnapshotsType = "VENDORS"
|
||||||
SnapshotsTypeAssets SnapshotsType = "ASSETS"
|
SnapshotsTypeAssets SnapshotsType = "ASSETS"
|
||||||
SnapshotsTypeData SnapshotsType = "DATA"
|
SnapshotsTypeData SnapshotsType = "DATA"
|
||||||
SnapshotsTypeNonConformityRegistries SnapshotsType = "NON_CONFORMITY_REGISTRIES"
|
SnapshotsTypeNonConformityRegistries SnapshotsType = "NONCONFORMITY_REGISTRIES"
|
||||||
SnapshotsTypeComplianceRegistries SnapshotsType = "COMPLIANCE_REGISTRIES"
|
SnapshotsTypeComplianceRegistries SnapshotsType = "COMPLIANCE_REGISTRIES"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -868,7 +868,7 @@ enum SnapshotsType
|
|||||||
@goEnum(
|
@goEnum(
|
||||||
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeData"
|
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeData"
|
||||||
)
|
)
|
||||||
NON_CONFORMITY_REGISTRIES
|
NONCONFORMITY_REGISTRIES
|
||||||
@goEnum(
|
@goEnum(
|
||||||
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeNonConformityRegistries"
|
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeNonConformityRegistries"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -8743,7 +8743,7 @@ enum SnapshotsType
|
|||||||
@goEnum(
|
@goEnum(
|
||||||
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeData"
|
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeData"
|
||||||
)
|
)
|
||||||
NON_CONFORMITY_REGISTRIES
|
NONCONFORMITY_REGISTRIES
|
||||||
@goEnum(
|
@goEnum(
|
||||||
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeNonConformityRegistries"
|
value: "github.com/getprobo/probo/pkg/coredata.SnapshotsTypeNonConformityRegistries"
|
||||||
)
|
)
|
||||||
@@ -84482,7 +84482,7 @@ var (
|
|||||||
"VENDORS": coredata.SnapshotsTypeVendors,
|
"VENDORS": coredata.SnapshotsTypeVendors,
|
||||||
"ASSETS": coredata.SnapshotsTypeAssets,
|
"ASSETS": coredata.SnapshotsTypeAssets,
|
||||||
"DATA": coredata.SnapshotsTypeData,
|
"DATA": coredata.SnapshotsTypeData,
|
||||||
"NON_CONFORMITY_REGISTRIES": coredata.SnapshotsTypeNonConformityRegistries,
|
"NONCONFORMITY_REGISTRIES": coredata.SnapshotsTypeNonConformityRegistries,
|
||||||
"COMPLIANCE_REGISTRIES": coredata.SnapshotsTypeComplianceRegistries,
|
"COMPLIANCE_REGISTRIES": coredata.SnapshotsTypeComplianceRegistries,
|
||||||
}
|
}
|
||||||
marshalNSnapshotsType2githubᚗcomᚋgetproboᚋproboᚋpkgᚋcoredataᚐSnapshotsType = map[coredata.SnapshotsType]string{
|
marshalNSnapshotsType2githubᚗcomᚋgetproboᚋproboᚋpkgᚋcoredataᚐSnapshotsType = map[coredata.SnapshotsType]string{
|
||||||
@@ -84490,7 +84490,7 @@ var (
|
|||||||
coredata.SnapshotsTypeVendors: "VENDORS",
|
coredata.SnapshotsTypeVendors: "VENDORS",
|
||||||
coredata.SnapshotsTypeAssets: "ASSETS",
|
coredata.SnapshotsTypeAssets: "ASSETS",
|
||||||
coredata.SnapshotsTypeData: "DATA",
|
coredata.SnapshotsTypeData: "DATA",
|
||||||
coredata.SnapshotsTypeNonConformityRegistries: "NON_CONFORMITY_REGISTRIES",
|
coredata.SnapshotsTypeNonConformityRegistries: "NONCONFORMITY_REGISTRIES",
|
||||||
coredata.SnapshotsTypeComplianceRegistries: "COMPLIANCE_REGISTRIES",
|
coredata.SnapshotsTypeComplianceRegistries: "COMPLIANCE_REGISTRIES",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user