fix(db:migrate): skip @internal/run-ops-database in local db:migrate#4145
Conversation
…doesn't require the :5434 DB Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout. (16)
|
| File | Summary |
|---|---|
package.json |
Updated db:migrate and db:studio turbo commands to exclude @internal/run-ops-database. |
Sequence Diagram(s)
Not applicable; this change only updates script commands.
Compact metadata
- Type: Configuration change
- Files changed: 1
- Lines changed: +2/-2
Related issues: None specified
Related PRs: None specified
Suggested labels: chore, build
Suggested reviewers: None specified
🚥 Pre-merge checks | ✅ 4 | ❌ 1
❌ Failed checks (1 warning)
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Description check | The description explains the change, but it misses the required template sections and checklist details. | Add the template sections: Closes #, checklist items, testing steps, changelog summary, and screenshots or mark them as not applicable. |
✅ Passed checks (4 passed)
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The title accurately summarizes the main change: excluding @internal/run-ops-database from local db:migrate. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
| Linked Issues check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
| Out of Scope Changes check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
✨ Finishing Touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Commit unit tests in branch
fix/db-migrate-skip-run-ops-database
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands.
…ter db:studio too - keep generate running for run-ops-database (no DB needed) by splitting the turbo runs - apply the same filter to db:studio (also needs the :5434 DB) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
db:migrateranprisma migrate deployfor@internal/run-ops-database, which requires the dedicated run-ops DB (:5434) that isn't up in a default local — breaking localdb:migratefor everyone; excluding it with--filter=!@internal/run-ops-databaserestores it.🤖 Generated with Claude Code