[Pkg-owncloud-commits] [php-sabredav] 144/220: fixing column length
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:19 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 057b52920b8016f415d80dcc499e9c8c8afc34cc
Author: Paul Lockaby <paul at paullockaby.com>
Date: Mon Apr 11 05:57:21 2016 +0000
fixing column length
---
examples/sql/pgsql.calendars.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/sql/pgsql.calendars.sql b/examples/sql/pgsql.calendars.sql
index d31084b..87bad72 100644
--- a/examples/sql/pgsql.calendars.sql
+++ b/examples/sql/pgsql.calendars.sql
@@ -8,7 +8,7 @@ CREATE TABLE calendars (
calendarorder INTEGER NOT NULL DEFAULT 0,
calendarcolor VARCHAR(10),
timezone TEXT,
- components VARCHAR(20),
+ components VARCHAR(21),
uid VARCHAR(200),
transparent SMALLINT NOT NULL DEFAULT '0'
);
--
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