diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-02-26 12:06:28 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-02-26 12:06:28 +0100 |
commit | b0a6a546510b83adc15ee83bec64c1a2268ada66 (patch) | |
tree | 0ff93d804581d1ae6c6b3e2d9c37f4a6be86111e /apps/files_sharing/appinfo | |
parent | bc1418156339d4e61fe81bd1474f91555432ca00 (diff) | |
download | nextcloud-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.xml | 1 |
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> |