mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Missing documentation for SchemaTool events #5806
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SenseException on GitHub (Dec 14, 2017).
Originally assigned to: @SenseException on GitHub.
Looking through the code of
SchemaTool, I found out that there are undocumented events calledpostGenerateSchemaandpostGenerateSchemaTable. I want to add those events into the documentation of events.rst. Or should it be put into a new file?