summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/database.xml11
-rw-r--r--apps/files_sharing/appinfo/info.xml2
2 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index a70be408da4..c3cfb9e1c88 100644
--- a/apps/files_sharing/appinfo/database.xml
+++ b/apps/files_sharing/appinfo/database.xml
@@ -16,6 +16,17 @@
<length>4</length>
</field>
<field>
+ <name>parent</name>
+ <type>integer</type>
+ <default>-1</default>
+ <length>4</length>
+ </field>
+ <field>
+ <name>share_type</name>
+ <type>integer</type>
+ <length>4</length>
+ </field>
+ <field>
<name>remote</name>
<type>text</type>
<notnull>true</notnull>
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 94a31bea63c..f2725880df0 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.6.1</version>
+ <version>1.6.2</version>
<licence>agpl</licence>
<author>Michael Gapczynski</author>
<author>Bjoern Schiessle</author>