fix(rivetkit): call importNodeDependencies() in drizzle db() to fix migration crypto error#4963
Conversation
… fix migration crypto error
Code ReviewSummaryThis PR adds a call to The fix is correct and minimal. A few observations worth considering: Issues1.
This is effectively fine in Node.js (where the function is cheap and idempotent), but it means errors from Consider whether 2. The PR description is not filled out The PR body uses the default template with no description, no test plan, and no checklist items checked. Even for a small fix, it should describe the root cause (calling 3. The commit message headline is Observations (non-blocking)
No other The fix aligns with the CLAUDE.md "Fail-By-Default Runtime" principle — surfacing the missing dependency early rather than letting it crash deep inside migration logic. VerdictThe code change itself is correct and minimal. The main concerns are:
|

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: