Fix Drizzle migration schema fallback#37
Conversation
📝 WalkthroughWalkthroughA helper function Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~13 minutes Possibly related PRsNo additional related PRs were found beyond the current change set in the provided search results. Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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 |
This PR fixes facilitator server startup when migration metadata cannot be created in a separate schema.\n\nIt configures migrations to use the public schema and reuses the same migration runner in both startup and the standalone migration command.\n\nIt also adds a regression test for migration config behavior in facilitator-server.\n\nValidation: bun test (examples/facilitator-server), bun run build (packages/core, examples/facilitator-server).
Summary by CodeRabbit