mirror of
https://github.com/flarum/core.git
synced 2025-08-17 13:54:18 +02:00
Squash core migrations (#2842)
Data migrations (seed default groups, seed default permissions) are deliberately excluded. This also allows us to remove a lot of now unnecessary public API from the migrator and migration repository.
This commit is contained in:
committed by
GitHub
parent
a28009f24b
commit
6ecca9565a
@@ -46,6 +46,8 @@ class ConsoleServiceProvider extends AbstractServiceProvider
|
||||
ResetCommand::class,
|
||||
ScheduleListCommand::class,
|
||||
ScheduleRunCommand::class
|
||||
// Used internally to create DB dumps before major releases.
|
||||
// \Flarum\Database\Console\GenerateDumpCommand::class
|
||||
];
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user