We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c61de7 commit cd46a58Copy full SHA for cd46a58
src/pkg/artifact/dao/model.go
@@ -33,7 +33,7 @@ type Artifact struct {
33
Type string `orm:"column(type)"` // image, chart or other OCI compatible
34
MediaType string `orm:"column(media_type)"` // the media type of artifact
35
ManifestMediaType string `orm:"column(manifest_media_type)"` // the media type of manifest/index
36
- ArtifactType string `orm:"colume(artifact_type)"` // the artifactType of manifest/index
+ ArtifactType string `orm:"column(artifact_type)"` // the artifactType of manifest/index
37
ProjectID int64 `orm:"column(project_id)"` // needed for quota
38
RepositoryID int64 `orm:"column(repository_id)"`
39
RepositoryName string `orm:"column(repository_name)"`
0 commit comments