Skip to content

Commit

Permalink
Update attributes-and-content-types-names-reserved.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 20, 2024
1 parent 2d20e73 commit a7e87e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import NoCodemods from '/docs/snippets/breaking-change-not-handled-by-codemod.md

# Some attributes and content types names are reserved

In Strapi 5, some attributes and content types names are reserved, and all fields or content types in Strapi v4 using these reserved names should be renamed before migrating to Strapi 5 to prevent data loss.
In Strapi 5, some attributes and content types names are reserved, and all fields or content types in Strapi v4 using these reserved names should be renamed before migrating to Strapi 5 to prevent data loss. The reserved names should not be used in the database either.

<Intro />

Expand Down Expand Up @@ -54,7 +54,7 @@ Any model name can be prefixed with `strapi`.

**In Strapi 5**

The following attribute names can **not** be created on a content type:
The following attribute names can **not** be created on a content type or in databases:

- `meta`
- `status`
Expand Down

0 comments on commit a7e87e9

Please sign in to comment.