test(postgres): enable test_unique_index_on_alter for postgres by AarDG10 [frappe] PR#34719
From: https://github.com/frappe/frappe/pull/34719
Date: 2025-11-24 11:05:20+05:30
- test(postgres): enable test_unique_index_on_alter for postgres (#34719)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34719
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34719
# 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