mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 10:50:46 +00:00
Merge pull request #3571 from shleeable/patch-10
BUGFIX: Update Installer.php
This commit is contained in:
commit
012032a20e
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ class Installer extends Command
|
|||
|
||||
if ($confirm === 'Yes') {
|
||||
sleep(3);
|
||||
$this->call('config:cache');
|
||||
$this->line('');
|
||||
$this->info('Migrating DB:');
|
||||
$this->call('migrate', ['--force' => true]);
|
||||
|
|
Loading…
Reference in a new issue