title | issue |
---|---|
Delete system config when deleting a sales channel |
NEXT-11442 |
- Added new migration
Migration1627541488AddForeignKeyForSalesChannelIdIntoSystemConfigTable
class atShopware\Core\Migration\V6_4
to delete system config of non-exists sales channel and addsales_channel_id
foreign key intosystem_config
table.