chore(db): add drizzle migration pipeline with empty schema
This commit is contained in:
parent
a8e247829c
commit
671d542d2d
4 changed files with 4 additions and 3 deletions
|
|
@ -15,8 +15,8 @@ Each phase produces a working, deployable increment. Nothing is built speculativ
|
|||
- [x] Set up Vitest in `api` and `web` and both packages
|
||||
- [x] Scaffold Express app with `GET /api/health`
|
||||
- [x] Scaffold Vite + React app with TanStack Router (single root route)
|
||||
- [ ] Configure Drizzle ORM + connection to local PostgreSQL
|
||||
- [ ] Write first migration (empty — just validates the pipeline works)
|
||||
- [x] Configure Drizzle ORM + connection to local PostgreSQL
|
||||
- [x] Write first migration (empty — just validates the pipeline works)
|
||||
- [ ] `docker-compose.yml` for local dev: `api`, `web`, `postgres`, `valkey`
|
||||
- [ ] `.env.example` files for `apps/api` and `apps/web`
|
||||
- [ ] update decisions.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue