[Pkg-owncloud-commits] [php-sabredav] 227/275: add schedulingobjects table to postgresql schema

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:13 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 93a9d4fce9de80e06c10ca9a1d14d5bd951c12ad
Author: Matthias Kadenbach <matthias.kadenbach at gmail.com>
Date:   Mon Sep 15 01:28:33 2014 +0200

    add schedulingobjects table to postgresql schema
---
 examples/sql/pgsql.calendars.sql | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/examples/sql/pgsql.calendars.sql b/examples/sql/pgsql.calendars.sql
index ccf87a4..e708cc1 100644
--- a/examples/sql/pgsql.calendars.sql
+++ b/examples/sql/pgsql.calendars.sql
@@ -80,3 +80,13 @@ CREATE INDEX calendarchanges_calendarid_synctoken_ix
 ALTER TABLE ONLY calendarchanges
     ADD CONSTRAINT calendarchanges_calendar_fk FOREIGN KEY (calendarid) REFERENCES calendars(id)
         ON DELETE CASCADE;
+
+CREATE TABLE schedulingobjects (
+    id SERIAL NOT NULL,
+    principaluri VARCHAR(255),
+    calendardata BYTEA,
+    uri VARCHAR(200),
+    lastmodified INTEGER,
+    etag VARCHAR(32),
+    size INTEGER NOT NULL
+);

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