mirror of
https://github.com/flarum/framework.git
synced 2025-03-11 21:05:25 +08:00

Implemented our own migration repository + migrator (based on Laravel's stuff) so that we can keep track of which migrations have been run for core and per-extension. That way we can simple call the migrator to upgrade core/extensions, and to uninstall extensions.