Closed SychO9 closed 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.
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.