From a7e87e9daa50dd551f066a4991157a0c49665ba6 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Fri, 20 Dec 2024 11:13:28 +0100 Subject: [PATCH] Update attributes-and-content-types-names-reserved.md --- .../attributes-and-content-types-names-reserved.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved.md b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved.md index a7da7fb018..bbc46cfa99 100644 --- a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved.md +++ b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved.md @@ -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. @@ -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`