mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
Merge pull request #10463 from ioito/automated-cherry-pick-of-#10462-upstream-release-3.7
Automated cherry pick of #10462: fix: add index for image_type
This commit is contained in:
@@ -90,7 +90,7 @@ type SCachedimage struct {
|
||||
|
||||
// 镜像类型, system: 公有云镜像, customized: 自定义镜像
|
||||
// example: system
|
||||
ImageType string `width:"16" default:"customized" list:"user"`
|
||||
ImageType string `width:"16" default:"customized" list:"user" index:"true"`
|
||||
}
|
||||
|
||||
func (self SCachedimage) GetGlobalId() string {
|
||||
|
||||
Reference in New Issue
Block a user