mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
2edcbacccc
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_02_24_000000_create_access_tokens_table.php | ||
2015_02_24_000000_create_config_table.php | ||
2015_02_24_000000_create_discussions_table.php | ||
2015_02_24_000000_create_email_tokens_table.php | ||
2015_02_24_000000_create_groups_table.php | ||
2015_02_24_000000_create_notifications_table.php | ||
2015_02_24_000000_create_password_tokens_table.php | ||
2015_02_24_000000_create_permissions_table.php | ||
2015_02_24_000000_create_posts_table.php | ||
2015_02_24_000000_create_users_discussions_table.php | ||
2015_02_24_000000_create_users_groups_table.php | ||
2015_02_24_000000_create_users_table.php | ||
2015_08_14_000000_create_test_table.php |