There was an error while loading. Please reload this page.
1 parent 5c4b0db commit 4ff6e1bCopy full SHA for 4ff6e1b
1 file changed
appinfo/info.xml
@@ -42,14 +42,14 @@ exports.
42
<job>OCA\Absence\BackgroundJob\YearRolloverJob</job>
43
</background-jobs>
44
<repair-steps>
45
- <install>
46
- <step>OCA\Absence\Migration\SeedLeaveTypes</step>
47
- <step>OCA\Absence\Migration\EnableAuditLogging</step>
48
- </install>
49
<post-migration>
50
<step>OCA\Absence\Migration\EnableAuditLogging</step>
51
<step>OCA\Absence\Migration\ConvertConfigTypes</step>
52
</post-migration>
+ <install>
+ <step>OCA\Absence\Migration\SeedLeaveTypes</step>
+ <step>OCA\Absence\Migration\EnableAuditLogging</step>
+ </install>
53
<uninstall>
54
<step>OCA\Absence\Migration\DisableAuditLogging</step>
55
</uninstall>
0 commit comments