chore!: consolidate db migrations into one file per table#2392
Merged
chore!: consolidate db migrations into one file per table#2392
Conversation
|
Vercel deployment URL: https://stacks-blockchain-d7jhdup69-hirosystems.vercel.app 🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
rmottley-hiro
approved these changes
Dec 4, 2025
rmottley-hiro
left a comment
There was a problem hiding this comment.
LGTM, double-checked the indexes and ran the api for a while. Really liking those new multicolumn index as well
Collaborator
Author
|
Thanks for the thorough testing @rmottley-hiro ! |
hirosystems-release-bot bot
added a commit
that referenced
this pull request
Dec 4, 2025
## [9.0.0-next.1](v8.13.1...v9.0.0-next.1) (2025-12-04) ### ⚠ BREAKING CHANGES * consolidate db migrations into one file per table (#2392) * This change will require resyncing from genesis * optimize principal transaction lists and etags (#2370) ### Features * migrate default postgres schema ([2cc2459](2cc2459)) * migrate default postgres schema ([#2373](#2373)) ([eb183cf](eb183cf)) * optimize principal transaction lists and etags ([#2370](#2370)) ([30c63d7](30c63d7)) ### Bug Fixes * calculate burnchain reward reorgs correctly ([#2355](#2355)) ([f82efbc](f82efbc)) * do not display revoked pool delegations ([#2357](#2357)) ([c6de314](c6de314)) * push redis updates to a stream ([#2360](#2360)) ([2bfacf6](2bfacf6)) * sanitize event observer strings ([#2361](#2361)) ([2604539](2604539)) ### Miscellaneous Chores * consolidate db migrations into one file per table ([#2392](#2392)) ([60b8db0](60b8db0))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates many migration files into a single file per table, so we start API v9 with an easy to maintain list of files. Also updates
pgandnode-pg-migratedependencies to latest compatible versions and switches files from JS to TS.Fixes #2389