diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-22 16:12:44 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-27 12:10:06 +0100 |
commit | 07a5c2658373f310c707a184e40201685cb04622 (patch) | |
tree | f25b23f495abf127319fd99213cc317a1e32f9ee /apps/dav/appinfo/install.php | |
parent | ea9331062353c45498c6b455690bb143c776830e (diff) | |
download | nextcloud-server-07a5c2658373f310c707a184e40201685cb04622.tar.gz nextcloud-server-07a5c2658373f310c707a184e40201685cb04622.zip |
Add app to migrate contacts and calendars
Add group sharing migration
Migrate all users
Diffstat (limited to 'apps/dav/appinfo/install.php')
-rw-r--r-- | apps/dav/appinfo/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/install.php b/apps/dav/appinfo/install.php index aaa36052cd2..f6ef533958e 100644 --- a/apps/dav/appinfo/install.php +++ b/apps/dav/appinfo/install.php @@ -23,3 +23,4 @@ use OCA\Dav\AppInfo\Application; $app = new Application(); $app->setupCron(); +$app->migrateAddressbooks(); |