mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
perf: Add index for faster queries (#50175)
(cherry picked from commit 7a91ec3e33)
This commit is contained in:
@@ -272,7 +272,8 @@
|
|||||||
"label": "Advance Voucher Type",
|
"label": "Advance Voucher Type",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"options": "DocType",
|
"options": "DocType",
|
||||||
"read_only": 1
|
"read_only": 1,
|
||||||
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "advance_voucher_no",
|
"fieldname": "advance_voucher_no",
|
||||||
@@ -280,13 +281,14 @@
|
|||||||
"label": "Advance Voucher No",
|
"label": "Advance Voucher No",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"options": "advance_voucher_type",
|
"options": "advance_voucher_type",
|
||||||
"read_only": 1
|
"read_only": 1,
|
||||||
|
"search_index": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-09-29 13:01:48.916517",
|
"modified": "2025-10-20 17:46:47.344089",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Journal Entry Account",
|
"name": "Journal Entry Account",
|
||||||
|
|||||||
Reference in New Issue
Block a user