fix(release): separates db init from migrations#1374
Conversation
WalkthroughThe migration scripts in the notifications app's package.json were updated to separate database initialization from migration execution. The Changes
Possibly related PRs
Suggested reviewers
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
apps/notifications/package.json (1)
16-16: Add documentation for the newmigration:initscript
The introduction of a standalonemigration:initscript cleanly separates database setup from migrations. Please update the README or development guide to include when and how to run this script, and verify thatscript/init-db.jsresolves correctly across different environments.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
apps/notifications/package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: validate-notifications
Summary by CodeRabbit