diff options
author | Joas Schilling <coding@schilljs.com> | 2019-01-11 12:36:31 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-01-11 13:03:53 +0100 |
commit | f88e7648d51036c4c04f6c44a8286b1762bea506 (patch) | |
tree | a94945b02ab9d5761f1280573b060599fcdbf9e7 /apps/dav/appinfo | |
parent | e7b9746266d7a9338ff41c7cf769cac1b7892b94 (diff) | |
download | nextcloud-server-f88e7648d51036c4c04f6c44a8286b1762bea506.tar.gz nextcloud-server-f88e7648d51036c4c04f6c44a8286b1762bea506.zip |
Remove orphan event and contacts data
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r-- | apps/dav/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 0ef960b0173..d9418456d8b 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.1</version> + <version>1.9.2</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\RemoveOrphanEventsAndContacts</step> <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step> </post-migration> <live-migration> |