1
0
mirror of https://github.com/flarum/core.git synced 2025-10-10 06:24:26 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Toby Zerner
2edcbacccc Improve install command, add custom migrations system
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.
2015-08-14 12:47:59 +09:30