mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
se agregaron de nuevo los index
This commit is contained in:
parent
705ee2d077
commit
003a0ecd42
2 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
{
|
||||
"index": {
|
||||
"fields": ["patientDocumentNumber", "status", "fechaDeAutorizacion"]
|
||||
},
|
||||
"ddoc": "recetas-index",
|
||||
"name": "indexRecetas",
|
||||
"type": "json"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"index": {
|
||||
"fields": ["patientDocumentNumber", "status", "expirationDate"]
|
||||
},
|
||||
"ddoc": "vacunas-index",
|
||||
"name": "indexVacunas",
|
||||
"type": "json"
|
||||
}
|
||||
Loading…
Reference in a new issue