[PR #11374] Create postGenerateComparisonSchema event #12979

Closed
opened 2026-01-22 16:15:46 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11374

State: closed
Merged: No


Schemas generated from metadata cause the event ToolEvents::postGenerateSchema to be triggered in the method SchemaTool::getSchemaFromMetadata. It would be helpful to do the same for schemas generated for comparison in SchemaTool::createSchemaForComparison. This PR introduces the new event ToolEvents::postGenerateComparisonSchema.

PR relates to an attempt to fix doctrine/migrations#1406. It is a requirement of doctrine/migrations#1418 and doctrine/DoctrineMigrationsBundle#529.

**Original Pull Request:** https://github.com/doctrine/orm/pull/11374 **State:** closed **Merged:** No --- Schemas generated from metadata cause the event `ToolEvents::postGenerateSchema` to be triggered in the method `SchemaTool::getSchemaFromMetadata`. It would be helpful to do the same for schemas generated for comparison in `SchemaTool::createSchemaForComparison`. This PR introduces the new event `ToolEvents::postGenerateComparisonSchema`. PR relates to an attempt to fix doctrine/migrations#1406. It is a requirement of doctrine/migrations#1418 and doctrine/DoctrineMigrationsBundle#529.
admin added the pull-request label 2026-01-22 16:15:46 +01:00
admin closed this issue 2026-01-22 16:15:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#12979