Files
database/migrations/000.581.sql
T
Arwid ThornströmandGitHub 343a21b694 STEP2: will remove the collection_products from metadata. (#509)
* will remove the collection_products from metadata.

* correct number on migration
2025-10-14 11:27:41 +02:00

6 lines
206 B
SQL

-- Remove collection_products from metadata after successful migration
UPDATE editorial_pages
SET metadata = metadata - 'collection_products'
WHERE type = 'collection'
AND metadata ? 'collection_products';