Fix small commands

This commit is contained in:
James Cole
2023-04-16 08:01:40 +02:00
parent 49c27aff2d
commit d5f5df82b6
2 changed files with 10 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ class UpgradeDatabase extends Command
private function callInitialCommands(): void
{
$this->line('Now seeding the database...');
$this->call('migrate', ['--seed' => true, '--force' => true,' --no-interaction' => true]);
$this->call('migrate', ['--seed' => true, '--force' => true,'--no-interaction' => true]);
$this->line('Fix PostgreSQL sequences.');
$this->call('firefly-iii:fix-pgsql-sequences');