title | issue |
---|---|
DAL for App flow event. |
NEXT-21814 |
- Added migration to create new table
app_flow_event
. - Added entities, definition and collection for table
app_flow_event
atShopware\Core\Framework\App\Aggregate\FlowEvent
. - Added OneToMany association between
app
andapp_flow_event
. - Added new property
flowEvents
toShopware\Core\Framework\App\AppEntity
. - Added OneToMany association between
app_flow_event
andflow
. - Added new properties are
appFlowEventId
andappFlowEvent
toShopware\Core\Content\Flow\FlowEntity
.