Skip to content
Snippets Groups Projects
Commit d7c1bfb4 authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

fix #724 by using step instead of job

parent dab0a622
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
</background-jobs> </background-jobs>
<repair-steps> <repair-steps>
<post-migration> <post-migration>
<job>OCA\DAV\Migration\Classification</job> <step>OCA\DAV\Migration\Classification</step>
</post-migration> </post-migration>
<live-migration> <live-migration>
<job>OCA\DAV\Migration\GenerateBirthdays</job> <step>OCA\DAV\Migration\GenerateBirthdays</step>
</live-migration> </live-migration>
</repair-steps> </repair-steps>
</info> </info>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment