forked from mirror/pixelfed
commit
e4cca041f2
|
@ -412,6 +412,7 @@ class Installer extends Command
|
||||||
|
|
||||||
if ($confirm === 'Yes') {
|
if ($confirm === 'Yes') {
|
||||||
sleep(3);
|
sleep(3);
|
||||||
|
$this->call('config:cache');
|
||||||
$this->line('');
|
$this->line('');
|
||||||
$this->info('Migrating DB:');
|
$this->info('Migrating DB:');
|
||||||
$this->call('migrate', ['--force' => true]);
|
$this->call('migrate', ['--force' => true]);
|
||||||
|
|
Loading…
Reference in New Issue