fix(db): make development schema pushes noninteractive - #7906
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
All reported issues were addressed across 5 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
@cubic-dev-ai review this PR |
@icecrasher321 I have started the AI code review. It will take a few minutes to complete. |
There was a problem hiding this comment.
All reported issues were addressed across 12 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
CI triage for the current implementation:
Keeping this PR scoped to database push behavior and its setup documentation. The repository-wide CI remains red; this comment is not a claim that all merge checks pass. |
|
@cubic-dev-ai review this PR |
@icecrasher321 I have started the AI code review. It will take a few minutes to complete. |
Summary
db:pushtreat additions and removals as separate creations/deletions across columns, tables, schemas, and other named objects. A version-pinned Drizzle CLI patch supplies this policy through the existing rename resolvers.--interactive-renamesfor intentional local renames using Drizzle’s native chooser. It requires a terminal;--forcestill controls data-loss approval independently.Type of Change
Testing
git diff --checkpassed.Checklist