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:
@@ -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';
|
||||
Reference in New Issue
Block a user