Remove references to old command + remove old command.

This commit is contained in:
James Cole
2019-06-11 20:10:59 +02:00
parent 6675749349
commit 9e2a2bca0a
5 changed files with 10 additions and 525 deletions

View File

@@ -67,13 +67,14 @@ class InstallController extends Controller
$this->upgradeCommands = [
// there are x initial commands
'migrate' => ['--seed' => true, '--force' => true],
'firefly-iii:decrypt-all' => [],
'firefly-iii:decrypt-all' => [],
'generate-keys' => [], // an exception :(
// there are 10 upgrade commands.
'firefly-iii:transaction-identifiers' => [],
'firefly-iii:account-currencies' => [],
'firefly-iii:journal-currencies' => [],
'firefly-iii:transfer-currencies' => [],
'firefly-iii:other-currencies' => [],
'firefly-iii:migrate-notes' => [],
'firefly-iii:migrate-attachments' => [],
'firefly-iii:bills-to-rules' => [],