Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 563 Bytes

2022-06-20-dal-for-app-flow-event.md

File metadata and controls

11 lines (11 loc) · 563 Bytes
title issue
DAL for App flow event.
NEXT-21814

Core

  • Added migration to create new table app_flow_event.
  • Added entities, definition and collection for table app_flow_event at Shopware\Core\Framework\App\Aggregate\FlowEvent.
  • Added OneToMany association between app and app_flow_event.
  • Added new property flowEvents to Shopware\Core\Framework\App\AppEntity.
  • Added OneToMany association between app_flow_event and flow.
  • Added new properties are appFlowEventId and appFlowEvent to Shopware\Core\Content\Flow\FlowEntity.