summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-02-26 12:06:28 +0100
committerVincent Petry <pvince81@owncloud.com>2015-02-26 12:06:28 +0100
commitb0a6a546510b83adc15ee83bec64c1a2268ada66 (patch)
tree0ff93d804581d1ae6c6b3e2d9c37f4a6be86111e /apps/files_sharing/appinfo
parentbc1418156339d4e61fe81bd1474f91555432ca00 (diff)
downloadnextcloud-server-b0a6a546510b83adc15ee83bec64c1a2268ada66.tar.gz
nextcloud-server-b0a6a546510b83adc15ee83bec64c1a2268ada66.zip
Add default value for remote_id
Fixes SQLite migration with non-null column.
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/database.xml1
1 files changed, 1 insertions, 0 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>