Skip to content

Commit

Permalink
docs: migration-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Dec 16, 2024
1 parent 3a72e8c commit 34cdb58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Migration-Guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ♻️ Migration Guide

## From
- `v2.x`
- `3.0.0-beta.x`

## To
- `3.0.0`

## Steps
To properly migrate the plugin please copy the following migration files to your project `database/migrations` directory:
- `migrations/strapi-plugin-navigation-3.0.0-no-1-related-id-to-documentid.js` - **if you're on any of the `2.x` versions**
- `migrations/strapi-plugin-navigation-3.0.0-no-2-locale-slug-regular-slug.js` - **if you're on version `< 3.0.0-beta.4`**
- `migrations/strapi-plugin-navigation-3.0.0-no-3-morph-relation.js` - **if you're on version `< 3.0.0-beta.6`**

More about applying database migrations you can find in [**Strapi 5 Documentation**](https://docs.strapi.io/dev-docs/database-migrations).

0 comments on commit 34cdb58

Please sign in to comment.