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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-05-23 22:06:55 +0300
committerJulius Härtl <jus@bitgrid.net>2019-05-23 23:58:09 +0300
commit5a8eaaddf46211787205e0abf8581f2449ab1219 (patch)
treecc93f10540a59bb671b5781ccbaabfb30acef6fe /appinfo
parente09291a23dfbfc89e4d3f670fa68078ada0f5ff4 (diff)
Add repair step to update empty template files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ee501d35..dfe86799 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,6 +30,11 @@
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
</background-jobs>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\Richdocuments\Migration\UpdateEmptyTemplates</step>
+ </post-migration>
+ </repair-steps>
<settings>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>