From 3b28b5d07a922489e9a48f5a20f363529a153f35 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 9 Apr 2023 18:23:45 +0200 Subject: [PATCH] Fix #7349 --- app/Console/Commands/Correction/FixPostgresSequences.php | 2 -- app/Helpers/Update/UpdateTrait.php | 1 - 2 files changed, 3 deletions(-) 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 */