Add command to remove project activities after one year
This commit is contained in:
@@ -53,6 +53,7 @@ Available commands:
|
||||
plugin:upgrade Update all installed plugins
|
||||
projects
|
||||
projects:archive Disable projects not touched during one year
|
||||
projects:archive-activities Remove project activities after one year
|
||||
projects:daily-stats Calculate daily statistics for all projects
|
||||
trigger
|
||||
trigger:tasks Trigger scheduler event for all tasks
|
||||
|
||||
@@ -336,9 +336,6 @@ define('API_AUTHENTICATION_TOKEN', 'My unique API Token');
|
||||
// TOTP (2FA) issuer name
|
||||
define('TOTP_ISSUER', 'Kanboard');
|
||||
|
||||
// Maximum number of events stored in the table "project_activities"
|
||||
define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000);
|
||||
|
||||
// Comma separated list of fields to not synchronize when using external authentication providers
|
||||
define('EXTERNAL_AUTH_EXCLUDE_FIELDS', 'username');
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user