mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Switch command place.
This commit is contained in:
@@ -68,6 +68,7 @@ class InstallController extends Controller
|
|||||||
// there are 3 initial commands
|
// there are 3 initial commands
|
||||||
'migrate' => ['--seed' => true, '--force' => true],
|
'migrate' => ['--seed' => true, '--force' => true],
|
||||||
'firefly-iii:decrypt-all' => [],
|
'firefly-iii:decrypt-all' => [],
|
||||||
|
'firefly-iii:restore-oauth-keys' => [],
|
||||||
'generate-keys' => [], // an exception :(
|
'generate-keys' => [], // an exception :(
|
||||||
|
|
||||||
// there are 13 upgrade commands.
|
// there are 13 upgrade commands.
|
||||||
@@ -101,7 +102,6 @@ class InstallController extends Controller
|
|||||||
'firefly-iii:rename-meta-fields' => [],
|
'firefly-iii:rename-meta-fields' => [],
|
||||||
'firefly-iii:fix-ob-currencies' => [],
|
'firefly-iii:fix-ob-currencies' => [],
|
||||||
'firefly-iii:fix-long-descriptions' => [],
|
'firefly-iii:fix-long-descriptions' => [],
|
||||||
'firefly-iii:restore-oauth-keys' => [],
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user