mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 01:26:07 +00:00
Merge pull request #49876 from rohitwaghchaure/fixed-indexing-for-batch
fix: optimize SQL query by adding index on batch
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
"label": "Batch No",
|
||||
"oldfieldname": "batch_no",
|
||||
"oldfieldtype": "Data",
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "warehouse",
|
||||
@@ -360,7 +361,7 @@
|
||||
"in_create": 1,
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2025-04-22 12:37:41.304109",
|
||||
"modified": "2025-10-04 09:59:15.546556",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock Ledger Entry",
|
||||
|
||||
Reference in New Issue
Block a user