title | issue | author | author_email | author_github |
---|---|---|---|---|
Added commands to synchronise cart from sql to redis |
NEXT-20874 |
OliverSkroblin |
OliverSkroblin |
- 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.