Add command to remove project activities after one year
This commit is contained in:
@@ -11,6 +11,7 @@ use Kanboard\Console\LocaleSyncCommand;
|
||||
use Kanboard\Console\PluginInstallCommand;
|
||||
use Kanboard\Console\PluginUninstallCommand;
|
||||
use Kanboard\Console\PluginUpgradeCommand;
|
||||
use Kanboard\Console\ProjectActivityArchiveCommand;
|
||||
use Kanboard\Console\ProjectArchiveCommand;
|
||||
use Kanboard\Console\ProjectDailyColumnStatsExportCommand;
|
||||
use Kanboard\Console\ProjectDailyStatsCalculationCommand;
|
||||
@@ -48,6 +49,7 @@ class CommandProvider implements ServiceProviderInterface
|
||||
$application->add(new SubtaskExportCommand($container));
|
||||
$application->add(new TaskExportCommand($container));
|
||||
$application->add(new ProjectArchiveCommand($container));
|
||||
$application->add(new ProjectActivityArchiveCommand($container));
|
||||
$application->add(new ProjectDailyStatsCalculationCommand($container));
|
||||
$application->add(new ProjectDailyColumnStatsExportCommand($container));
|
||||
$application->add(new TransitionExportCommand($container));
|
||||
|
||||
Reference in New Issue
Block a user