diff options
author | Georg Ehrke <developer@georgehrke.com> | 2017-04-25 11:55:31 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2017-04-25 11:55:31 +0200 |
commit | 40eec1e63c65c3a506ff88bdaf4cf611776ee034 (patch) | |
tree | 9b0144ef5ff0edc5c32bc536f56faa459f80a9f2 /apps/dav/appinfo/info.xml | |
parent | e760cda96f2f13babaafe7d2eaf3c1cc8554f38c (diff) | |
download | nextcloud-server-40eec1e63c65c3a506ff88bdaf4cf611776ee034.tar.gz nextcloud-server-40eec1e63c65c3a506ff88bdaf4cf611776ee034.zip |
add repairstep with backgroundjob to index calendar data
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r-- | apps/dav/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 684feb89c2d..2d9f73b3f43 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -24,6 +24,7 @@ <post-migration> <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step> <step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step> + <step>OCA\DAV\Migration\BuildCalendarSearchIndex</step> </post-migration> </repair-steps> <commands> |