Squash unapplied early-access migrations into 0005 - #51
Closed
eliteprox wants to merge 1 commit into
Closed
Conversation
Waitlist production already has 0000-0004. Concatenating the tail lets cutover run one in-place migration instead of four.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
0000–0004byte-identical (those hashes are live on Neonnameless-art-07247468/main).0005–0008(canonical users, identity metadata, early-access domains + backfills, OAuth receipts) into one0005_early_access_foundationmigration.0000(mcp_assets) and cannot migrate the waitlist DB in place.Test plan
pnpm typecheckpnpm test lib/db/early-access-migration.test.ts lib/db/schema-invariants.test.tslib/db(0 issues). SCA findings are pre-existingnextCVEs; this PR does not changepackage.json.squash-0005-rehearsal-20260905(parent-data frommain): 65 signups preserved, 3 admin grants, 65 subscriptions, 72 consent rows linked.console-early-access-preview-20260904matches tables/indexes/triggers; remaining diffs aremcp_assets(already on waitlistmain) and preview ACL roles.pnpm db:migrateagainst waitlistmainuntil this is reviewed.