Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-23 16:18:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-23 16:18:06 +0300
commit19418917bd370af9edd756d10eeeafe2b966e6e5 (patch)
treedf7acee88848d07ab7d8307e672b1acca6436e26 /appinfo
parentc8d90e539cb0ac41d23eee31e5d869201d5b71f7 (diff)
Make the itinerary extractor executable in a repair step
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a7c83c351..ed6d48dbf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -34,6 +34,7 @@
<repair-steps>
<post-migration>
<step>OCA\Mail\Migration\FixCollectedAddresses</step>
+ <step>OCA\Mail\Migration\MakeItineraryExtractorExecutable</step>
<step>OCA\Mail\Migration\MigrateProvisioningConfig</step>
<step>OCA\Mail\Migration\ProvisionAccounts</step>
</post-migration>