From 0be885428d651da66d0b7215353b0aa9ddb5ed8c Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 27 Feb 2026 02:32:17 +0100 Subject: [PATCH] fix: add native_localization to cms-sync MIGRATIONS array --- scripts/cms-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cms-sync.sh b/scripts/cms-sync.sh index 9ccabce9..eaf918bf 100755 --- a/scripts/cms-sync.sh +++ b/scripts/cms-sync.sh @@ -58,6 +58,7 @@ MIGRATIONS=( "20260223_195005_products_collection:1" "20260223_195151_remove_sku_unique:2" "20260225_003500_add_pages_collection:3" + "20260225_175000_native_localization:4" ) # ── Resolve target environment ─────────────────────────────────────────────