Move command around.

This commit is contained in:
James Cole
2019-06-23 05:52:33 +02:00
parent 956ec23d3c
commit 311659ba0d
3 changed files with 5 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ php artisan firefly-iii:decrypt-all
# there are 12 upgrade commands # there are 12 upgrade commands
php artisan firefly-iii:transaction-identifiers php artisan firefly-iii:transaction-identifiers
php artisan firefly-iii:migrate-to-groups
php artisan firefly-iii:account-currencies php artisan firefly-iii:account-currencies
php artisan firefly-iii:transfer-currencies php artisan firefly-iii:transfer-currencies
php artisan firefly-iii:other-currencies php artisan firefly-iii:other-currencies
@@ -71,7 +72,6 @@ php artisan firefly-iii:migrate-attachments
php artisan firefly-iii:bills-to-rules php artisan firefly-iii:bills-to-rules
php artisan firefly-iii:bl-currency php artisan firefly-iii:bl-currency
php artisan firefly-iii:cc-liabilities php artisan firefly-iii:cc-liabilities
php artisan firefly-iii:migrate-to-groups
php artisan firefly-iii:back-to-journals php artisan firefly-iii:back-to-journals
php artisan firefly-iii:rename-account-meta php artisan firefly-iii:rename-account-meta

View File

@@ -72,6 +72,7 @@ class InstallController extends Controller
// there are 12 upgrade commands. // there are 12 upgrade commands.
'firefly-iii:transaction-identifiers' => [], 'firefly-iii:transaction-identifiers' => [],
'firefly-iii:migrate-to-groups' => [],
'firefly-iii:account-currencies' => [], 'firefly-iii:account-currencies' => [],
'firefly-iii:transfer-currencies' => [], 'firefly-iii:transfer-currencies' => [],
'firefly-iii:other-currencies' => [], 'firefly-iii:other-currencies' => [],
@@ -80,7 +81,6 @@ class InstallController extends Controller
'firefly-iii:bills-to-rules' => [], 'firefly-iii:bills-to-rules' => [],
'firefly-iii:bl-currency' => [], 'firefly-iii:bl-currency' => [],
'firefly-iii:cc-liabilities' => [], 'firefly-iii:cc-liabilities' => [],
'firefly-iii:migrate-to-groups' => [],
'firefly-iii:back-to-journals' => [], 'firefly-iii:back-to-journals' => [],
'firefly-iii:rename-account-meta' => [], 'firefly-iii:rename-account-meta' => [],

View File

@@ -135,6 +135,7 @@
"@php artisan firefly-iii:decrypt-all", "@php artisan firefly-iii:decrypt-all",
"@php artisan firefly-iii:transaction-identifiers", "@php artisan firefly-iii:transaction-identifiers",
"@php artisan firefly-iii:migrate-to-groups",
"@php artisan firefly-iii:account-currencies", "@php artisan firefly-iii:account-currencies",
"@php artisan firefly-iii:transfer-currencies", "@php artisan firefly-iii:transfer-currencies",
"@php artisan firefly-iii:other-currencies", "@php artisan firefly-iii:other-currencies",
@@ -143,7 +144,6 @@
"@php artisan firefly-iii:bills-to-rules", "@php artisan firefly-iii:bills-to-rules",
"@php artisan firefly-iii:bl-currency", "@php artisan firefly-iii:bl-currency",
"@php artisan firefly-iii:cc-liabilities", "@php artisan firefly-iii:cc-liabilities",
"@php artisan firefly-iii:migrate-to-groups",
"@php artisan firefly-iii:back-to-journals", "@php artisan firefly-iii:back-to-journals",
"@php artisan firefly-iii:rename-account-meta", "@php artisan firefly-iii:rename-account-meta",