Commit 0f8315e
fix: move migrations into adaptive_pipeline crate for publishing
- Move migrations/ from workspace root to adaptive_pipeline/migrations/
- Update sqlx::migrate! path from "../migrations" to "./migrations"
- Fixes cargo publish error: migrations must be in crate for packaging
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ebc2c0a commit 0f8315e
2 files changed
Lines changed: 1 addition & 1 deletion
File tree
- adaptive_pipeline
- migrations
- src/infrastructure/repositories
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments