mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix small commands
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user