Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 386 Bytes

2020-10-01-add-bound-sales-channel-id-column-for-customer.md

File metadata and controls

8 lines (8 loc) · 386 Bytes
title issue
Add bound sales channel id column for customer
NEXT-10973

Core

  • Added a nullable bound_sales_channel_id foreign key into customer table.
  • Added boundSalesChannel ManyToOne association to Shopware\Core\Checkout\Customer\CustomerDefinition.
  • Added boundCustomers OneToMany association to Shopware\Core\System\SalesChannel\SalesChannelDefinition.