[Pkg-owncloud-commits] [owncloud] 68/95: Add default value for remote_id

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:49:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.0.1
in repository owncloud.

commit b0a6a546510b83adc15ee83bec64c1a2268ada66
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Feb 26 12:06:28 2015 +0100

    Add default value for remote_id
    
    Fixes SQLite migration with non-null column.
---
 apps/files_sharing/appinfo/database.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index 38718ab..a70be40 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list