mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Implement data model changes to support new WebDAV Push spec
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Old subscriptions are useless anyway
|
||||
DELETE FROM davpush_subscriptions;
|
||||
|
||||
-- Now the new columns can also be set NOT NULL
|
||||
ALTER TABLE davpush_subscriptions ADD public_key TEXT NOT NULL;
|
||||
ALTER TABLE davpush_subscriptions ADD public_key_type TEXT NOT NULL;
|
||||
ALTER TABLE davpush_subscriptions ADD auth_secret TEXT NOT NULL;
|
||||
Reference in New Issue
Block a user