File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
code/go/0chain.net/blobbercore/reference Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ type PaginatedRef struct { //Gorm smart select fields.
144
144
ActualThumbnailHash string `gorm:"column:actual_thumbnail_hash" json:"actual_thumbnail_hash,omitempty"`
145
145
EncryptedKey string `gorm:"column:encrypted_key" json:"encrypted_key,omitempty"`
146
146
EncryptedKeyPoint string `gorm:"column:encrypted_key_point" json:"encrypted_key_point,omitempty"`
147
+ FileMetaHash string `gorm:"column:file_meta_hash;size:64;not null" dirlist:"file_meta_hash" filelist:"file_meta_hash"`
147
148
148
149
CreatedAt common.Timestamp `gorm:"column:created_at" json:"created_at,omitempty"`
149
150
UpdatedAt common.Timestamp `gorm:"column:updated_at" json:"updated_at,omitempty"`
You can’t perform that action at this time.
0 commit comments