mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
[FAB-8621] Remove Marbles index json data wrapper
Fabric 1.1 removes the need for a "data" wrapper for CouchDB data. The marbles02 sample index json files in fabric-samples still contains the data wrapper. Change-Id: Ic984b1408da4959000ae99962bf9a48d66334860 Signed-off-by: Chris Elder <chris.elder@us.ibm.com>
This commit is contained in:
parent
2d925ae675
commit
f3b55c9c0d
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
{"index":{"fields":["data.docType","data.owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}
|
||||
{"index":{"fields":["docType","owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"index":{"fields":["data.docType","data.owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}
|
||||
{"index":{"fields":["docType","owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue