diff options
author | Vincent Petry <vincent@nextcloud.com> | 2020-12-23 14:41:02 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2020-12-23 15:44:32 +0100 |
commit | 07bf663f4c9e361d19482dfe01643c47b8dd6eb7 (patch) | |
tree | 5e8d3fb3643a5a55196ebf007b036c087c719265 /apps/files_sharing/appinfo | |
parent | 5b61120491f57485579954f3f2f973ca5e6b483f (diff) | |
download | nextcloud-server-07bf663f4c9e361d19482dfe01643c47b8dd6eb7.tar.gz nextcloud-server-07bf663f4c9e361d19482dfe01643c47b8dd6eb7.zip |
Adjust share_external table
Add column "parent" if missing.
Drop column "lastscan" if exists.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index f954eb93f07..32cdbd552ef 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -9,7 +9,7 @@ Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation. </description> - <version>1.13.0</version> + <version>1.13.1</version> <licence>agpl</licence> <author>Michael Gapczynski</author> <author>Bjoern Schiessle</author> |