mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 01:25:10 +00:00
bugfix: asset type field name in couchdb index def
Signed-off-by: Sijo Cherian <sijo@ibm.com>
This commit is contained in:
parent
c18a59ceaa
commit
e7189fc62a
1 changed files with 12 additions and 1 deletions
|
|
@ -1 +1,12 @@
|
||||||
{"index":{"fields":["type","owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}
|
{
|
||||||
|
"index": {
|
||||||
|
"fields": [
|
||||||
|
"objectType",
|
||||||
|
"owner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ddoc": "indexOwnerDoc",
|
||||||
|
"name": "indexOwner",
|
||||||
|
"type": "json"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue