diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-09 10:03:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 10:03:23 +0100 |
commit | 8593edd66d31e5121b3f770853dcc9256c0bc42a (patch) | |
tree | b9fe4127677b79695c0d1849f64fdc7a3433629c /apps/dav/appinfo/info.xml | |
parent | 1c5e43ff8e9bddd67662a634ffedb13a5e1734f5 (diff) | |
parent | 9f2d14447ff1f9212ead7fc5c4c98126b7f36452 (diff) | |
download | nextcloud-server-8593edd66d31e5121b3f770853dcc9256c0bc42a.tar.gz nextcloud-server-8593edd66d31e5121b3f770853dcc9256c0bc42a.zip |
Merge pull request #13430 from nextcloud/bugfix/13331/respect-classification-of-calendar-events-in-activity-stream
Respect classification of calendar events in activity stream
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 9d6522e50b3..0ef960b0173 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -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> <live-migration> <step>OCA\DAV\Migration\ChunkCleanup</step> |