Skip to content

Commit f8f50eb

Browse files
committed
add in paginated ref
1 parent ec15cad commit f8f50eb

File tree

1 file changed

+1
-0
lines changed
  • code/go/0chain.net/blobbercore/reference

1 file changed

+1
-0
lines changed

code/go/0chain.net/blobbercore/reference/ref.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ type PaginatedRef struct { //Gorm smart select fields.
152152
EncryptedKeyPoint string `gorm:"column:encrypted_key_point" json:"encrypted_key_point,omitempty"`
153153
FileMetaHash string `gorm:"column:file_meta_hash;size:64;not null" dirlist:"file_meta_hash" filelist:"file_meta_hash"`
154154
SignatureVersion int `gorm:"column:signature_version" json:"signature_version,omitempty" filelist:"signature_version"`
155+
EncryptionVersion int `gorm:"column:encryption_version" json:"encryption_version" filelist:"encryption_version"`
155156

156157
CreatedAt common.Timestamp `gorm:"column:created_at" json:"created_at,omitempty"`
157158
UpdatedAt common.Timestamp `gorm:"column:updated_at" json:"updated_at,omitempty"`

0 commit comments

Comments
 (0)