Skip to content

Commit e0e493d

Browse files
committed
docs: improvements
1 parent 924e6e6 commit e0e493d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/content/1.docs/2.features/database.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,5 @@ Since NuxtHub doesn't recognize previously applied Drizzle ORM migrations (store
345345
```
346346

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

docs/content/4.changelog/database-migrations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Since NuxtHub doesn't recognize previously applied Drizzle ORM migrations (store
8585

8686
2. Remove `server/plugins/database.ts` as it's no longer needed.
8787
88+
That's it! You can keep using `npx drizzle-kit generate` to generate migrations when updating your Drizzle ORM schema.
89+
8890
## Understanding Database Migrations
8991

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

0 commit comments

Comments
 (0)