We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892e24a commit ecfbcceCopy full SHA for ecfbcce
models/migrations/v1_20/v250.go
@@ -20,7 +20,7 @@ func ChangeContainerMetadataMultiArch(x *xorm.Engine) error {
20
}
21
22
type PackageVersion struct {
23
- ID int64 `xorm:"pk"`
+ ID int64 `xorm:"pk autoincr"`
24
MetadataJSON string `xorm:"metadata_json"`
25
26
0 commit comments