Merge pull request #733 from nextcloud/fix-724-stable10
Backport Stable 10: Fix #724 by using step instead of job
This commit is contained in:
commit
f4f43dddf5
|
@ -22,10 +22,10 @@
|
|||
</background-jobs>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
<job>OCA\DAV\Migration\Classification</job>
|
||||
<step>OCA\DAV\Migration\Classification</step>
|
||||
</post-migration>
|
||||
<live-migration>
|
||||
<job>OCA\DAV\Migration\GenerateBirthdays</job>
|
||||
<step>OCA\DAV\Migration\GenerateBirthdays</step>
|
||||
</live-migration>
|
||||
</repair-steps>
|
||||
</info>
|
||||
|
|
Loading…
Reference in New Issue