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-07-06 15:03:25 +0300
committerAnna Larch <anna@nextcloud.com>2021-07-06 15:42:34 +0300
commit60cfcf4679d6b32d629f1991bf9b4cd1b9306859 (patch)
treead8e8479f81692be5f91dac327529808c87874ef /appinfo
parent8cd3433dc1b5771d7f3ef3e1ebde2e44f39f7b97 (diff)
Add method exists check to migration
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 efe03426d..61701bfde 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -49,6 +49,7 @@
<commands>
<command>OCA\Mail\Command\CleanUp</command>
<command>OCA\Mail\Command\CreateAccount</command>
+ <command>OCA\Mail\Command\CreateTagMigrationJobEntry</command>
<command>OCA\Mail\Command\DeleteAccount</command>
<command>OCA\Mail\Command\DiagnoseAccount</command>
<command>OCA\Mail\Command\ExportAccount</command>