Skip to content

Commit

Permalink
Merge "[FAB-13196] Make Fabric compatible with CouchDB 2.3" into rele…
Browse files Browse the repository at this point in the history
…ase-1.3
  • Loading branch information
denyeart authored and Gerrit Code Review committed Mar 21, 2019
2 parents e38ccf6 + 38d3abe commit 3929674
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/ledger/util/couchdb/couchdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ type DBOperationResponse struct {

// DBInfo is body for database information.
type DBInfo struct {
DbName string `json:"db_name"`
UpdateSeq string `json:"update_seq"`
Sizes struct {
DbName string `json:"db_name"`
Sizes struct {
File int `json:"file"`
External int `json:"external"`
Active int `json:"active"`
} `json:"sizes"`
PurgeSeq int `json:"purge_seq"`
Other struct {
Other struct {
DataSize int `json:"data_size"`
} `json:"other"`
DocDelCount int `json:"doc_del_count"`
Expand Down

0 comments on commit 3929674

Please sign in to comment.