framework/src/Migrations
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
..
DatabaseMigrationRepository.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
Migration.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
MigrationRepositoryInterface.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
Migrator.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30