summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-02-26 16:46:12 +0100
committerVincent Petry <pvince81@owncloud.com>2015-02-26 16:46:12 +0100
commit1777609d4723829bfe12e136ccf70bbbd9a1b5c0 (patch)
tree995c67cddb771518117a33093e7fe1875e9341e0 /apps/files_sharing
parent9baf758150e348f7e1f0edf57bb432a0cbf6ff1b (diff)
parent80e5ad3131624b2a901233f006513ffb94406163 (diff)
downloadnextcloud-server-1777609d4723829bfe12e136ccf70bbbd9a1b5c0.tar.gz
nextcloud-server-1777609d4723829bfe12e136ccf70bbbd9a1b5c0.zip
Merge pull request #14532 from owncloud/defaultvalueforremoteid
Add default value for remote_id
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/appinfo/database.xml1
-rw-r--r--apps/files_sharing/appinfo/version2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index 38718ab0773..a70be408da4 100644
--- a/apps/files_sharing/appinfo/database.xml
+++ b/apps/files_sharing/appinfo/database.xml
@@ -25,6 +25,7 @@
<field>
<name>remote_id</name>
<type>integer</type>
+ <default>-1</default>
<notnull>true</notnull>
<length>4</length>
</field>
diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version
index a918a2aa18d..ee6cdce3c29 100644
--- a/apps/files_sharing/appinfo/version
+++ b/apps/files_sharing/appinfo/version
@@ -1 +1 @@
-0.6.0
+0.6.1