1
0
mirror of https://github.com/flarum/core.git synced 2025-07-02 23:57:19 +02:00
Files
php-flarum/migrations
Toby Zerner 7fb582e8d7 Namespace migrations to avoid potential conflicts
Core migrations are under the Flarum\Migrations\Core namespace.
Extension migrations must be under the
Flarum\Migrations\{ExtensionName} namespace.

closes #422
2015-09-17 08:54:31 +09:30
..