summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-08 18:39:40 +0100
committerJoas Schilling <coding@schilljs.com>2019-01-08 18:39:40 +0100
commit9f2d14447ff1f9212ead7fc5c4c98126b7f36452 (patch)
tree9d02e62139e95bf8a642841a95169b18cf7af113 /apps/dav/appinfo
parent32d76c7c9220367db87793b0b1d5c90189381e7a (diff)
downloadnextcloud-server-9f2d14447ff1f9212ead7fc5c4c98126b7f36452.tar.gz
nextcloud-server-9f2d14447ff1f9212ead7fc5c4c98126b7f36452.zip
Add a repair step to remove sensitive event activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r--apps/dav/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 633658674c5..46bbca0b3de 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>WebDAV</name>
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
- <version>1.9.0</version>
+ <version>1.9.1</version>
<licence>agpl</licence>
<author>owncloud.org</author>
<namespace>DAV</namespace>
@@ -31,6 +31,7 @@
<step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
<step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
<step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
+ <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
</post-migration>
</repair-steps>