1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 06:11:23 +02:00

Revert "Revert "Squash core migrations (#2842)""

This reverts commit 16f3ae9d1e.
This commit is contained in:
Daniel Klabbers
2021-05-31 15:49:20 +02:00
parent 1bbfea4aa3
commit 2c5e5f13dd
7 changed files with 510 additions and 44 deletions

View File

@@ -64,6 +64,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
];
});