perf: Add index for faster queries by deepeshgarg007 [frappe] PR#50175
From: https://github.com/frappe/erpnext/pull/50175
Date: 2025-10-20 22:42:19+04:00
- perf: Add index for faster queries (#50175)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50175
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50175
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease