mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
sqlite_store: Reorder migrations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE davpush_subscriptions (
|
||||
id TEXT NOT NULL,
|
||||
topic TEXT NOT NULL,
|
||||
expiration DATETIME NOT NULL,
|
||||
push_resource TEXT NOT NULL,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
Reference in New Issue
Block a user