Skip to content

Commit

Permalink
docs: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 26, 2024
1 parent 924e6e6 commit e0e493d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/1.docs/2.features/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,5 @@ Since NuxtHub doesn't recognize previously applied Drizzle ORM migrations (store
```

2. Remove `server/plugins/database.ts` as it's no longer needed.
That's it! You can keep using `npx drizzle-kit generate` to generate migrations when updating your Drizzle ORM schema.
2 changes: 2 additions & 0 deletions docs/content/4.changelog/database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Since NuxtHub doesn't recognize previously applied Drizzle ORM migrations (store

2. Remove `server/plugins/database.ts` as it's no longer needed.
That's it! You can keep using `npx drizzle-kit generate` to generate migrations when updating your Drizzle ORM schema.

## Understanding Database Migrations

Database migrations provide version control for your database schema. They track changes and ensure consistent schema evolution across all environments through incremental updates.
Expand Down

0 comments on commit e0e493d

Please sign in to comment.