Merge pull request #3574 from pixelfed/staging

Staging
This commit is contained in:
daniel 2022-07-06 23:48:44 -06:00 committed by GitHub
commit e4cca041f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]);