You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: simplify Flyway migration for address_utxo index creation
Remove conditional check for index existence in migration script.
Flyway handles migration idempotency, so the explicit IF NOT EXISTS
check is unnecessary and can be simplified to a direct CREATE INDEX.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments