fix: add native_localization to cms-sync MIGRATIONS array
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Successful in 2m32s
Build & Deploy / 🏗️ Build (push) Failing after 2m10s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 8s

This commit is contained in:
2026-02-27 02:32:17 +01:00
parent 009f12a3bf
commit 0be885428d

View File

@@ -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 ─────────────────────────────────────────────