framework/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
..
2015_02_24_000000_create_access_tokens_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_config_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_discussions_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_email_tokens_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_groups_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_notifications_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_password_tokens_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_permissions_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_posts_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_users_discussions_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_users_groups_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_02_24_000000_create_users_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30
2015_08_14_000000_create_test_table.php Improve install command, add custom migrations system 2015-08-14 12:47:59 +09:30