Commit 090ad0d
refactor(flyway): simplify address_utxo migration script
Remove unnecessary complexity from address_utxo migration as full database re-indexing eliminates the need for overly protective conditional logic.
Changes:
- Simplify V1.0_900_0 migration to direct index creation
- Remove conditional DO $$ block that checked for index existence
- Keep only essential index creation on address_utxo.tx_hash
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 017911d commit 090ad0d
File tree
1 file changed
+1
-11
lines changed- yaci-indexer/src/main/resources/db/store/postgresql
1 file changed
+1
-11
lines changedLines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 1 | + | |
0 commit comments