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:
authorAnna Larch <anna@nextcloud.com>2021-03-23 17:10:58 +0300
committerAnna Larch <anna@nextcloud.com>2021-03-23 19:25:15 +0300
commitc78c552cf31bf93586ebff496063380fb7277249 (patch)
treeda0095f1068c017881e8677f6c76833bc2cd9a56 /appinfo
parent9d503246f4b74a8f80d3ceaa47e048b881dcbb37 (diff)
Add repair step for default tags
Signed-off-by: Anna Larch <anna@nextcloud.com>
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 151a27ea5..aa5815351 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -38,6 +38,7 @@
</dependencies>
<repair-steps>
<post-migration>
+ <step>OCA\Mail\Migration\AddMissingDefaultTags</step>
<step>OCA\Mail\Migration\AddMissingMessageIds</step>
<step>OCA\Mail\Migration\FixCollectedAddresses</step>
<step>OCA\Mail\Migration\FixBackgroundJobs</step>