FriendsOfFlarum / byobu

Well integrated, advanced private discussions for your Flarum forum.
https://discuss.flarum.org/d/4762-flagrow-by-bu-well-integrated-advanced-private-discussions
MIT License
54 stars 33 forks source link

fix: resolving dependencies in migrations is bad practice #185

Closed SychO9 closed 1 year ago

SychO9 commented 1 year ago

Using the container within migrations prevents the ability to run those migrations on first installs. For example, this gets in the way of migrating database formats to Flarum.

Should always use the database connection directly to apply changes.