summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 912fcabc8..8e06ff9bb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,6 +62,12 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<job>OCA\News\Cron\UpdaterJob</job>
</background-jobs>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\News\Migration\RemoveUnusedJob</step>
+ </post-migration>
+ </repair-steps>
+
<commands>
<command>OCA\News\Command\ExploreGenerator</command>
<command>OCA\News\Command\ShowFeed</command>