[Pkg-owncloud-commits] [php-sabredav] 01/21: Add uid column to calendarobject pgsql schema

David Prévot taffit at moszumanska.debian.org
Fri Jul 3 20:11:22 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 28a7b7d0057db9fedd5a0064011e61e1a734a07b
Author: Dave Southey <davesouthey at gmail.com>
Date:   Wed Jun 3 15:40:23 2015 +0100

    Add uid column to calendarobject pgsql schema
---
 examples/sql/pgsql.calendars.sql | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/sql/pgsql.calendars.sql b/examples/sql/pgsql.calendars.sql
index e708cc1..d31084b 100644
--- a/examples/sql/pgsql.calendars.sql
+++ b/examples/sql/pgsql.calendars.sql
@@ -29,7 +29,8 @@ CREATE TABLE calendarobjects (
     size INTEGER NOT NULL,
     componenttype VARCHAR(8),
     firstoccurence INTEGER,
-    lastoccurence INTEGER
+    lastoccurence INTEGER,
+    uid VARCHAR(200)
 );
 
 ALTER TABLE ONLY calendarobjects

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