feat: remove legacy project columns, old settings tables, and app_id defaults#5096
Draft
Flo4604 wants to merge 3 commits intofeat/multi-app-control-planefrom
Draft
feat: remove legacy project columns, old settings tables, and app_id defaults#5096Flo4604 wants to merge 3 commits intofeat/multi-app-control-planefrom
Flo4604 wants to merge 3 commits intofeat/multi-app-control-planefrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
19 tasks
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
19 tasks
f6561cf to
d099c0e
Compare
8a14ae8 to
1b51dbf
Compare
d099c0e to
8c1916a
Compare
1b51dbf to
86a3b73
Compare
8c1916a to
991c9cd
Compare
991c9cd to
89a7f57
Compare
89a7f57 to
bd8fa41
Compare
This was referenced Feb 19, 2026
bd8fa41 to
fe8709d
Compare
86a3b73 to
3fd482f
Compare
3fd482f to
a8265b1
Compare
fe8709d to
9b685a1
Compare
a8265b1 to
ebf6205
Compare
bf0fcfc to
692cde4
Compare
ebf6205 to
7ebf639
Compare
692cde4 to
06d4de7
Compare
19 tasks
06d4de7 to
b3af789
Compare
7ebf639 to
de78fbf
Compare
…defaults Drop deprecated columns (live_deployment_id, is_rolled_back, depot_project_id) from projects table. Delete environment_build_settings and environment_runtime_settings tables/queries in favor of app-scoped equivalents. Remove DEFAULT '' from app_id columns. Migrate all Go code to use app-scoped queries: github_webhook, verify_handler, deployment_state, build, seed files.
The cleanup branch incorrectly removed the is_rolled_back column from the apps table and the dashboard's rollback badge. This restores it: - Schema: keep is_rolled_back boolean on apps table - Go handlers: rollback sets true, promote/deploy set false - Dashboard: restore "Rolled Back" badge and warning row styling - Docs: update workflow description to match explicit flag approach
b3af789 to
af854a8
Compare
de78fbf to
9147c77
Compare
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.

What does this PR do?
Fixes # (issue)
If there is not an issue for this, please create one first. This is used to tracking purposes and also helps us understand why this PR exists
Type of change
How should this be tested?
Checklist
Required
pnpm buildpnpm fmtmake fmton/godirectoryconsole.logsgit pull origin mainAppreciated