[Pkg-owncloud-commits] [php-sabredav] 01/11: Fix for #456.

David Prévot taffit at moszumanska.debian.org
Thu May 22 17:11:49 UTC 2014


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit 40dc9fa979a20f46902cef1cf626bddcae30081a
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue May 20 11:24:39 2014 -0400

    Fix for #456.
---
 bin/migrateto20.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/migrateto20.php b/bin/migrateto20.php
index 1f0be4b..9eec665 100755
--- a/bin/migrateto20.php
+++ b/bin/migrateto20.php
@@ -424,9 +424,8 @@ CREATE TABLE cards (
         case 'sqlite' :
 
             $pdo->exec("
-ALTER TABLE cards
-ADD etag text,
-ADD size integer;
+                ALTER TABLE cards ADD etag text;
+                ALTER TABLE cards ADD size integer;
             ");
             break;
 

-- 
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