[Pkg-owncloud-commits] [php-sabredav] 16/29: components field size is 21
David Prévot
taffit at moszumanska.debian.org
Fri Jul 8 00:24:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 91b31e8db1f629ce50400e55459fd02be035cee4
Author: Evert Pot <me at evertpot.com>
Date: Mon Jun 27 19:03:21 2016 -0400
components field size is 21
---
bin/migrateto32.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/migrateto32.php b/bin/migrateto32.php
index 59732b5..7567aeb 100755
--- a/bin/migrateto32.php
+++ b/bin/migrateto32.php
@@ -237,7 +237,7 @@ if ($migrateCalendars) {
CREATE TABLE calendars (
id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
synctoken INTEGER UNSIGNED NOT NULL DEFAULT '1',
- components VARBINARY(20)
+ components VARBINARY(21)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
SQL
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list