Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-02 19:48:03 +0300
committerdartcafe <github@dartcafe.de>2021-05-02 19:48:03 +0300
commit29a7a511367c9937d0044bf41a512bc7d900ed04 (patch)
tree5c709b1a755d5e0169de70a84f12892574fcc377 /appinfo
parentc53aabf354bd2627ffe0828aaf3ef0b34c9237b6 (diff)
Add a janitor job to tidy log and watch tables from old entries
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cb8a4422..58b2ff13 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -27,6 +27,7 @@
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>
+ <job>OCA\Polls\Cron\JanitorCron</job>
</background-jobs>
<commands>
<command>OCA\Polls\Command\Share\Add</command>