Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix migrations hash #341

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/4.changelog/database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors:
This feature is available on both [free and pro plans](/pricing) starting with [`@nuxthub/core >= v0.8.0`](https://github.com/nuxt-hub/core/releases).
::

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

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

Expand All @@ -38,7 +38,7 @@ Starting now, when you clone any of [our templates](/templates) with a database,

:nuxt-img{src="/images/changelog/database-migration-on-deploy.png" alt="Database Migrations applied during deployment" width="915" height="515"}

::note{to="/docs/features/database#migrations"}
::note{to="/docs/features/database#database-migrations"}
Learn more about database migrations in our **full documentation**.
::

Expand Down
Loading