fix: optimize SQL query by adding index on batch

(cherry picked from commit 8756f91857)
This commit is contained in:
Rohit Waghchaure
2025-10-04 10:01:32 +05:30
committed by Mergify
parent fe0739aadf
commit a83331bd2f

View File

@@ -73,7 +73,8 @@
"label": "Batch No", "label": "Batch No",
"oldfieldname": "batch_no", "oldfieldname": "batch_no",
"oldfieldtype": "Data", "oldfieldtype": "Data",
"read_only": 1 "read_only": 1,
"search_index": 1
}, },
{ {
"fieldname": "warehouse", "fieldname": "warehouse",
@@ -361,7 +362,7 @@
"in_create": 1, "in_create": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2025-04-22 12:37:41.304109", "modified": "2025-10-04 09:59:15.546556",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Ledger Entry", "name": "Stock Ledger Entry",