[Pkg-owncloud-commits] [php-sabredav] 81/148: MySQL doesn't like my sql.

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:19 UTC 2015


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

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

commit 4e38599e43813ca273a4efe66f4f3275093b424c
Author: Evert Pot <me at evertpot.com>
Date:   Fri Mar 20 23:19:30 2015 -0400

    MySQL doesn't like my sql.
---
 examples/sql/mysql.propertystorage.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/sql/mysql.propertystorage.sql b/examples/sql/mysql.propertystorage.sql
index f2a0f6e..f0a21a1 100644
--- a/examples/sql/mysql.propertystorage.sql
+++ b/examples/sql/mysql.propertystorage.sql
@@ -2,7 +2,7 @@ CREATE TABLE propertystorage (
     id INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
     path VARBINARY(1024) NOT NULL,
     name VARBINARY(100) NOT NULL,
-    valuetype UNSIGNED INT,
+    valuetype INT UNSIGNED,
     value MEDIUMBLOB
 );
 CREATE UNIQUE INDEX path_property ON propertystorage (path(600), name(100));

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