mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 11:59:05 +00:00
Merge pull request #11335 from firefly-iii/release-1765004138
🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
@@ -87,7 +87,7 @@ class RemovesLinksToDeletedObjects extends Command
|
|||||||
private function cleanupJournals(array $journals): void
|
private function cleanupJournals(array $journals): void
|
||||||
{
|
{
|
||||||
$countTags = 0;
|
$countTags = 0;
|
||||||
$countBudgets= 0;
|
$countBudgets = 0;
|
||||||
$countCategories = 0;
|
$countCategories = 0;
|
||||||
// #11333
|
// #11333
|
||||||
foreach (array_chunk($journals, 1337) as $set) {
|
foreach (array_chunk($journals, 1337) as $set) {
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ return [
|
|||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => 'develop/2025-12-06',
|
'version' => 'develop/2025-12-06',
|
||||||
'build_time' => 1765002600,
|
'build_time' => 1765004025,
|
||||||
'api_version' => '2.1.0', // field is no longer used.
|
'api_version' => '2.1.0', // field is no longer used.
|
||||||
'db_version' => 28, // field is no longer used.
|
'db_version' => 28, // field is no longer used.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user