[Pkg-owncloud-commits] [php-sabredav] 14/66: Fixed error when upgrading from pre-2.0 schema.

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:44 UTC 2015


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

taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.

commit 4502bc59a5fc0bfd26ec9f6882279d5d568f3c14
Author: Evert Pot <me at evertpot.com>
Date:   Mon Apr 13 17:37:55 2015 -0400

    Fixed error when upgrading from pre-2.0 schema.
---
 bin/migrateto20.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/migrateto20.php b/bin/migrateto20.php
index cb2dc56..bcec1cf 100755
--- a/bin/migrateto20.php
+++ b/bin/migrateto20.php
@@ -407,7 +407,7 @@ CREATE TABLE cards (
     addressbookid integer,
     carddata blob,
     uri text,
-    lastmodified integer
+    lastmodified integer,
     etag text,
     size integer
 );

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



More information about the Pkg-owncloud-commits mailing list