mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
caldav: Implement Dav Push topic
This commit is contained in:
@@ -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