doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.68k stars 385 forks source link

Expose separate event manager #1287

Open greg0ire opened 1 year ago

greg0ire commented 1 year ago

Right now, we are reusing the DBAL event manager, which is deprecated. This package should expose its own event manager, and document how to register events with that new event manager.

The current docs can be found at https://github.com/doctrine/migrations/blob/3.5.x/docs/en/reference/events.rst