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:09:21 +0100 |
commit | ba71ee60595f465e6e02f4b52a179ba8e47ebb9d (patch) | |
tree | b1e1c685a747022e798978ae545a0b9091be7b2f /apps/files_sharing/appinfo | |
parent | adc986f3e4b83670f69e2ce48044595193be4e69 (diff) | |
download | nextcloud-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.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> |