Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-02-26 14:06:28 +0300
committerVincent Petry <pvince81@owncloud.com>2015-02-26 14:06:28 +0300
commitb0a6a546510b83adc15ee83bec64c1a2268ada66 (patch)
tree0ff93d804581d1ae6c6b3e2d9c37f4a6be86111e /apps
parentbc1418156339d4e61fe81bd1474f91555432ca00 (diff)
Add default value for remote_id
Fixes SQLite migration with non-null column.
Diffstat (limited to 'apps')
-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>