Merge pull request #49876 from rohitwaghchaure/fixed-indexing-for-batch

fix: optimize SQL query by adding index on batch
This commit is contained in:
rohitwaghchaure
2025-10-04 10:59:33 +05:30
committed by GitHub

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",
@@ -360,7 +361,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",