Merge pull request #7350 from firefly-iii/fix-7349

Fix 7349
This commit is contained in:
James Cole
2023-04-09 18:24:08 +02:00
committed by GitHub
2 changed files with 0 additions and 3 deletions

View File

@@ -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',

View File

@@ -41,7 +41,6 @@ trait UpdateTrait
* 'level' => 'info' / 'success' / 'error'
*
* @return array
* @throws FireflyException
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/