diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-26 13:21:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-26 13:21:08 +0200 |
commit | 4f4286932f000d1de6c4728a395a1826772ae24a (patch) | |
tree | 035b243fec87eaddf3afa08b08c7953af0963f08 /apps/dav/appinfo | |
parent | fa44c355d558ac6a96f43c486d59e9b4026e4fa8 (diff) | |
parent | 1f825f0fe8877e1b5f119b40e5fd157d44088653 (diff) | |
download | nextcloud-server-4f4286932f000d1de6c4728a395a1826772ae24a.tar.gz nextcloud-server-4f4286932f000d1de6c4728a395a1826772ae24a.zip |
Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-component
[Upstream] fix birthday calendar component
Diffstat (limited to 'apps/dav/appinfo')
-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 19b65d84327..14849b714a7 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -23,6 +23,7 @@ <repair-steps> <post-migration> <step>OCA\DAV\Migration\Classification</step> + <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step> </post-migration> <live-migration> <step>OCA\DAV\Migration\GenerateBirthdays</step> |