diff --git a/app/Console/Commands/Correction/FixPostgresSequences.php b/app/Console/Commands/Correction/FixPostgresSequences.php index babdc6a333..dde23f5c8d 100644 --- a/app/Console/Commands/Correction/FixPostgresSequences.php +++ b/app/Console/Commands/Correction/FixPostgresSequences.php @@ -76,10 +76,8 @@ class FixPostgresSequences extends Command 'category_transaction_journal', 'configuration', 'currency_exchange_rates', - 'export_jobs', 'failed_jobs', 'group_journals', - 'import_jobs', 'jobs', 'journal_links', 'journal_meta', diff --git a/app/Helpers/Update/UpdateTrait.php b/app/Helpers/Update/UpdateTrait.php index b089a8e2f3..06f34fb15e 100644 --- a/app/Helpers/Update/UpdateTrait.php +++ b/app/Helpers/Update/UpdateTrait.php @@ -41,7 +41,6 @@ trait UpdateTrait * 'level' => 'info' / 'success' / 'error' * * @return array - * @throws FireflyException * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */