diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-11 12:59:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-12 09:38:48 +0200 |
commit | 51757716ec683741ed5ef422509d0a4e72b782b4 (patch) | |
tree | 37f095b9a1a00b4efe90119f5a5cd59f5581b7ec /apps/files_sharing/appinfo | |
parent | 643b4a4ec4c1973ba1a0d77e4a567505b0c62c08 (diff) | |
download | nextcloud-server-51757716ec683741ed5ef422509d0a4e72b782b4.tar.gz nextcloud-server-51757716ec683741ed5ef422509d0a4e72b782b4.zip |
Fix the share type of guest shares when migrating from ownCloud
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 54100704d74..001c3bbeb50 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -54,6 +54,7 @@ Turning the feature off removes shared files and folders on the server for all s <repair-steps> <post-migration> + <step>OCA\Files_Sharing\Migration\OwncloudGuestShareType</step> <step>OCA\Files_Sharing\Migration\SetPasswordColumn</step> </post-migration> </repair-steps> |