You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (MatTheCat)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] Make Doctrine connection ignore unrelated tables on setup
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#49108
| License | MIT
Introspecting the whole database can cause issues like Doctrine crashing on unknown column types. This PR updates the schema assets filter (added by #31625) to only consider the messages table, as it is the only one a connection setup needs to care about.
Commits
-------
22dab67 [Messenger] Make Doctrine connection ignore unrelated tables on setup
0 commit comments