Repair sequences for #4545

This commit is contained in:
James Cole
2021-05-01 06:46:36 +02:00
parent c8c4507d4b
commit 831272d971
5 changed files with 160 additions and 28 deletions

View File

@@ -64,6 +64,7 @@ class InstallController extends Controller
$this->upgradeCommands = [
// there are 3 initial commands
'migrate' => ['--seed' => true, '--force' => true],
'firefly-iii:fix-pgsql-sequences' => [],
'firefly-iii:decrypt-all' => [],
'firefly-iii:restore-oauth-keys' => [],
'generate-keys' => [], // an exception :(