8000 docs: improvements · nuxt-hub/core@7806397 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7806397

Browse files
committed
docs: improvements
1 parent 6a7b06c commit 7806397

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Database migrations provide version control for your database schema. They track
245245

246246
### Automatic Application
247247

248-
SQL migrations in `server/database/migrations/*.sql` now automatically apply when you:
248+
SQL migrations in `server/database/migrations/*.sql` are automatically applied when you:
249249
- Start the development server (`npx nuxt dev` or [`npx nuxt dev --remote`](/docs/getting-started/remote-storage))
250250
- Preview builds locally ([`npx nuxthub preview`](/changelog/nuxthub-preview))
251251
- Deploy via [`npx nuxthub deploy`](/docs/getting-started/deploy#nuxthub-cli) or [Cloudflare Pages CI](/docs/getting-started/deploy#cloudflare-pages-ci)

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ This feature is available on both [free and pro plans](/pricing) starting with [
2323

2424
We're excited to introduce automatic [database migrations](/docs/features/database#migrations) in NuxtHub.
2525

26-
### Automatic Migration Application
26+
:nuxt-img{src="/images/changelog/database-migrations.png" alt="Automatic Database Migrations" width="915" height="515"}
2727

28-
SQL migrations in `server/database/migrations/*.sql` now automatically apply when you:
28+
## Automatic Migration Application
29+
30+
SQL migrations in `server/database/migrations/*.sql` are automatically applied when you:
2931
- Start the development server (`npx nuxt dev` or [`npx nuxt dev --remote`](/docs/getting-started/remote-storage))
3032
- Preview builds locally ([`npx nuxthub preview`](/changelog/nuxthub-preview))
3133
- Deploy via [`npx nuxthub deploy`](/docs/getting-started/deploy#nuxthub-cli) or [Cloudflare Pages CI](/docs/getting-started/deploy#cloudflare-pages-ci)

0 commit comments

Comments
 (0)
0