FriendsOfFlarum / reactions

❤ A Flarum extension that adds reactions to your Flarum Community!
MIT License
19 stars 11 forks source link

fix: migrations assume flarum is already installed #55

Closed SychO9 closed 2 years ago

SychO9 commented 2 years 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: