Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 626 Bytes

2022-04-25-cart-convert-commands.md

File metadata and controls

13 lines (13 loc) · 626 Bytes
title issue author author_email author_github
Added commands to synchronise cart from sql to redis
NEXT-20874
OliverSkroblin
OliverSkroblin

Core

  • Added new cart:migrate command to synchronise cart between sql and redis
  • Added new EntityDefinitionQueryHelper::columnExists helper function to check column existence
  • Added new MigrationStep::columnExists helper function to check column existence
  • Added new cart.payload column to support cart compressions. This column is used created in a destructive migration
  • Added new SalesChannelContext::getCustomerId short hand.