se agregaron de nuevo los index

This commit is contained in:
luc662 2025-07-31 23:12:52 +00:00
parent 705ee2d077
commit 003a0ecd42
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"index": {
"fields": ["patientDocumentNumber", "status", "fechaDeAutorizacion"]
},
"ddoc": "recetas-index",
"name": "indexRecetas",
"type": "json"
}

View file

@ -0,0 +1,8 @@
{
"index": {
"fields": ["patientDocumentNumber", "status", "expirationDate"]
},
"ddoc": "vacunas-index",
"name": "indexVacunas",
"type": "json"
}