Files
orchard/internal/storage/migrations
Mondo Diaz 4d61a13e26 Add auto-migration on database startup
- Embed migrations/001_initial.sql into the binary
- Run migrations automatically when connecting to database
- Uses CREATE TABLE IF NOT EXISTS for idempotent execution
2025-12-05 16:56:13 -06:00
..