mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix #7349
This commit is contained in:
@@ -76,10 +76,8 @@ class FixPostgresSequences extends Command
|
|||||||
'category_transaction_journal',
|
'category_transaction_journal',
|
||||||
'configuration',
|
'configuration',
|
||||||
'currency_exchange_rates',
|
'currency_exchange_rates',
|
||||||
'export_jobs',
|
|
||||||
'failed_jobs',
|
'failed_jobs',
|
||||||
'group_journals',
|
'group_journals',
|
||||||
'import_jobs',
|
|
||||||
'jobs',
|
'jobs',
|
||||||
'journal_links',
|
'journal_links',
|
||||||
'journal_meta',
|
'journal_meta',
|
||||||
|
@@ -41,7 +41,6 @@ trait UpdateTrait
|
|||||||
* 'level' => 'info' / 'success' / 'error'
|
* 'level' => 'info' / 'success' / 'error'
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
* @throws FireflyException
|
|
||||||
* @throws ContainerExceptionInterface
|
* @throws ContainerExceptionInterface
|
||||||
* @throws NotFoundExceptionInterface
|
* @throws NotFoundExceptionInterface
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user