London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hello, Community
Today we faced with issue related to one of migration steps. RemoveOrphanedMetaKeysStep works with table MetaKey and after executing it should remove all orphaned data. This step works only with products, but in your solution you can use metafield with type StringDictionary for another entities (for example Purchase Order, Shopping cart).
So after executing this step all data from tables MetaStringDictionaryValue, MetaMultiValueDictionary, MetaObjectValue, MetaFileValue which is not related to product content will be removed.
Thank you.