mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Refactor upgrade and verify commands.
This commit is contained in:
@@ -59,21 +59,6 @@ class ReportIntegrity extends Command
|
||||
$commands = [
|
||||
'firefly-iii:report-empty-objects',
|
||||
'firefly-iii:report-sum',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
// 'firefly-iii:',
|
||||
];
|
||||
foreach ($commands as $command) {
|
||||
$this->line(sprintf('Now executing %s', $command));
|
||||
@@ -82,27 +67,6 @@ class ReportIntegrity extends Command
|
||||
echo $result;
|
||||
}
|
||||
|
||||
// $this->reportEmptyBudgets();
|
||||
// $this->reportEmptyCategories();
|
||||
// $this->reportObject('tag');
|
||||
// $this->reportAccounts();
|
||||
// $this->reportBudgetLimits();
|
||||
// $this->reportSum();
|
||||
// $this->reportJournals();
|
||||
// $this->reportTransactions();
|
||||
// $this->reportDeletedAccounts();
|
||||
// $this->reportNoTransactions();
|
||||
// $this->reportTransfersBudgets();
|
||||
// $this->reportIncorrectJournals();
|
||||
// $this->repairPiggyBanks();
|
||||
// $this->createLinkTypes();
|
||||
// $this->createAccessTokens();
|
||||
// $this->fixDoubleAmounts(); // is a report function!
|
||||
// $this->fixBadMeta();
|
||||
// $this->removeBills();
|
||||
// $this->enableCurrencies();
|
||||
// $this->reportZeroAmount();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user