aboutsummaryrefslogtreecommitdiffstats
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:09:21 +0100
commitba71ee60595f465e6e02f4b52a179ba8e47ebb9d (patch)
treeb1e1c685a747022e798978ae545a0b9091be7b2f /apps/files_sharing/appinfo
parentadc986f3e4b83670f69e2ce48044595193be4e69 (diff)
downloadnextcloud-server-ba71ee60595f465e6e02f4b52a179ba8e47ebb9d.tar.gz
nextcloud-server-ba71ee60595f465e6e02f4b52a179ba8e47ebb9d.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>