Commit 16933f51 authored by Nicolas Widart's avatar Nicolas Widart

Add new modules migrations command

parent 5448fc05
......@@ -120,6 +120,8 @@ class InstallCommand extends Command
private function runMigrations()
{
$this->call('module:migrate', ['module' => 'Setting']);
$this->call('module:migrate', ['module' => 'Menu']);
$this->call('module:migrate', ['module' => 'Media']);
$this->info('Application migrated!');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment