mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue