[frappe] PR #21735 feat: normalize queries in recorder
See https://github.com/frappe/frappe/pull/21735
Date: 2023-07-19T16:45:30+05:30
- feat(DX): normalize queries in recorder (#21735)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-21735
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease