mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
caldav: Implement Dav Push topic
This commit is contained in:
@@ -10,6 +10,7 @@ CREATE TABLE calendars (
|
||||
timezone_id TEXT,
|
||||
deleted_at DATETIME,
|
||||
subscription_url TEXT,
|
||||
push_topic TEXT UNIQUE NOT NULL,
|
||||
PRIMARY KEY (principal, id)
|
||||
);
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ CREATE TABLE addressbooks (
|
||||
displayname TEXT,
|
||||
description TEXT,
|
||||
deleted_at DATETIME,
|
||||
push_topic TEXT UNIQUE NOT NULL,
|
||||
PRIMARY KEY (principal, id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user