FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
176 stars 96 forks source link

fix: migrations assume flarum is already installed #330

Closed SychO9 closed 1 year ago

SychO9 commented 1 year ago

Relates to https://github.com/flarum/framework/pull/3655

Changes proposed in this pull request: The current migrations assume Flarum is already installed and resolve dependencies that are only available then. This makes it impossible to directly install an instance with the extension. This PR makes sure the database connection provided is the one used to make the needed changes without resolving anything else.

Confirmed

Required changes: