STEP2: will remove the collection_products from metadata. (#509)

* will remove the collection_products from metadata.

* correct number on migration
This commit is contained in:
Arwid Thornström
2025-10-14 11:27:41 +02:00
committed by GitHub
parent fde660187a
commit 343a21b694
+5
View File
@@ -0,0 +1,5 @@
-- Remove collection_products from metadata after successful migration
UPDATE editorial_pages
SET metadata = metadata - 'collection_products'
WHERE type = 'collection'
AND metadata ? 'collection_products';