refactor(db): simplify to single prisma schema workflow

This commit is contained in:
2026-02-10 17:42:48 +01:00
parent 670f7d3fb2
commit df1280af4a
11 changed files with 5 additions and 120 deletions

View File

@ -15,7 +15,6 @@ cp .env.example .env
## Database
```bash
bun run db:auth:generate
bun run db:generate
bun run db:migrate
bun run db:seed