event-sourcing-bundle icon indicating copy to clipboard operation
event-sourcing-bundle copied to clipboard

combine orm & event sourcing schema

Open DavidBadura opened this issue 3 years ago • 0 comments

https://github.com/patchlevel/event-sourcing/issues/316

It should be possible to activate the schema merge of Doctrine ORM & Event Sourcing via configuration "inject_orm_schema". This should hide the own event sourcing schema/migration commands and register a subscriber who ensures that the event sourcing schema is enriched with the orm schema.

Need: https://github.com/patchlevel/event-sourcing-bundle/issues/105

DavidBadura avatar Sep 28 '22 09:09 DavidBadura