mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
Remove virtualSize column from images_tbl
This commit is contained in:
@@ -106,9 +106,9 @@ func init() {
|
||||
type SImage struct {
|
||||
db.SSharableVirtualResourceBase
|
||||
|
||||
Size int64 `nullable:"true" list:"user" create:"optional"`
|
||||
VirtualSize int64 `nullable:"true" list:"user" create:"optional"`
|
||||
Location string `nullable:"true"`
|
||||
Size int64 `nullable:"true" list:"user" create:"optional"`
|
||||
// VirtualSize int64 `nullable:"true" list:"user" create:"optional"`
|
||||
Location string `nullable:"true"`
|
||||
|
||||
DiskFormat string `width:"20" charset:"ascii" nullable:"true" list:"user" create:"optional"` // Column(VARCHAR(32, charset='ascii'), nullable=False, default='qcow2')
|
||||
Checksum string `width:"32" charset:"ascii" nullable:"true" get:"user" list:"user"`
|
||||
|
||||
Reference in New Issue
Block a user