From bebe4708e27fa1b2b1da659bd52d809aa9b78a83 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:57:12 +0100 Subject: [PATCH 1/2] Removing "macros" mention --- umbraco-cloud/troubleshooting/deployments/schema-mismatches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md b/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md index c000aa5fe93..3b24b23ebd8 100644 --- a/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md +++ b/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md @@ -1,6 +1,6 @@ # Schema Mismatches -When transferring or restoring content between two Umbraco Cloud environments, you might run into **Schema mismatch** errors. These usually occur when the schema (this includes Document Types, Media Types, Data Types, Templates, Macros, and Dictionary items) isn't in sync between the *source environment* and the *target environment*. +When transferring or restoring content between two Umbraco Cloud environments, you might run into **Schema mismatch** errors. These usually occur when the schema (this includes Document Types, Media Types, Data Types, Templates, and Dictionary items) isn't in sync between the *source environment* and the *target environment*. In this article, you can learn how to resolve schema mismatch issues and how you can avoid them in the future. From 2b4863fb4b135f0684c631c395013ff024edcc6f Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:00:36 +0100 Subject: [PATCH 2/2] Update umbraco-cloud/troubleshooting/deployments/schema-mismatches.md --- umbraco-cloud/troubleshooting/deployments/schema-mismatches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md b/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md index 3b24b23ebd8..dd1efffae86 100644 --- a/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md +++ b/umbraco-cloud/troubleshooting/deployments/schema-mismatches.md @@ -1,6 +1,6 @@ # Schema Mismatches -When transferring or restoring content between two Umbraco Cloud environments, you might run into **Schema mismatch** errors. These usually occur when the schema (this includes Document Types, Media Types, Data Types, Templates, and Dictionary items) isn't in sync between the *source environment* and the *target environment*. +When transferring or restoring content between two Umbraco Cloud environments, you might run into **Schema mismatch** errors. These usually occur when the schema isn't in sync between the *source environment* and the *target environment*. Schema refers to Document Types, Media Types, Data Types, Templates, and Dictionary items) In this article, you can learn how to resolve schema mismatch issues and how you can avoid them in the future.