Shahiem Hi guys, I have a short question about the migrations commands. Unfortunately, I can't rollback my migrations with: php flarum migrate:rollback command. Which command can I use to rollback my migrations? Thank you! ?
clarkwinkelmann If you're looking to rollback the migrations of an extension you can use Bazaar, which does run the rollback when you uninstall an extension. I don't think Flarum offers any way to manually rollback anything.
Shahiem Thank you ? I'm working on my own extensions so I don't think it's smart to uninstall it, but I manually removed the migrations from my database.