mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Remove duplicate commands.
This commit is contained in:
@@ -57,8 +57,6 @@ class UpgradeDatabase extends Command
|
|||||||
{
|
{
|
||||||
$this->callInitialCommands();
|
$this->callInitialCommands();
|
||||||
$commands = [
|
$commands = [
|
||||||
'firefly-iii:fix-pgsql-sequences',
|
|
||||||
'firefly-iii:decrypt-all',
|
|
||||||
'firefly-iii:transaction-identifiers',
|
'firefly-iii:transaction-identifiers',
|
||||||
'firefly-iii:migrate-to-groups',
|
'firefly-iii:migrate-to-groups',
|
||||||
'firefly-iii:account-currencies',
|
'firefly-iii:account-currencies',
|
||||||
@@ -100,7 +98,7 @@ class UpgradeDatabase extends Command
|
|||||||
private function callInitialCommands(): void
|
private function callInitialCommands(): void
|
||||||
{
|
{
|
||||||
$this->line('Now seeding the database...');
|
$this->line('Now seeding the database...');
|
||||||
$this->call('migrate', ['--seed' => true, '--force' => true]);
|
$this->call('migrate', ['--seed' => true, '--force' => true,' --no-interaction' => true]);
|
||||||
|
|
||||||
$this->line('Fix PostgreSQL sequences.');
|
$this->line('Fix PostgreSQL sequences.');
|
||||||
$this->call('firefly-iii:fix-pgsql-sequences');
|
$this->call('firefly-iii:fix-pgsql-sequences');
|
||||||
|
Reference in New Issue
Block a user