refactor: update README and Dockerfile, add drizzle migrations and instrumentation

This commit is contained in:
averel10
2026-03-13 07:50:14 +01:00
parent 499afaefa6
commit b9f6836f1a
8 changed files with 135 additions and 72 deletions

View File

@@ -77,13 +77,7 @@ Open [http://localhost:3000](http://localhost:3000) in your browser.
- Check the generated SQL file in `drizzle/` to ensure correctness
- Make manual adjustments if needed
4. **Apply Migration to Database**
```bash
npm run db:push
```
This applies the migration to your local database.
5. **Update Server Actions** (if needed)
4. **Update Server Actions** (if needed)
- Update or create server actions in `src/app/actions/` to handle the new fields/tables
### Example: Adding a New Field