perf: add index on reference_purchase_receipt column

(cherry picked from commit 8c94396ad9)

# Conflicts:
#	erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json
This commit is contained in:
kavin-114
2026-03-02 14:05:40 +05:30
committed by Mergify
parent 94afc32a8d
commit 0766c0ea43

View File

@@ -492,7 +492,8 @@
"fieldtype": "Link", "fieldtype": "Link",
"label": "Reference Purchase Receipt", "label": "Reference Purchase Receipt",
"options": "Purchase Receipt", "options": "Purchase Receipt",
"read_only": 1 "read_only": 1,
"search_index": 1
}, },
{ {
"fieldname": "project", "fieldname": "project",
@@ -616,7 +617,11 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
<<<<<<< HEAD
"modified": "2025-10-14 15:10:38.373099", "modified": "2025-10-14 15:10:38.373099",
=======
"modified": "2026-03-02 14:05:23.116017",
>>>>>>> 8c94396ad9 (perf: add index on reference_purchase_receipt column)
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Entry Detail", "name": "Stock Entry Detail",