mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
store_sqlite: make calendar timezone optional
This commit is contained in:
@@ -6,7 +6,7 @@ CREATE TABLE calendars (
|
||||
description TEXT,
|
||||
"order" INT DEFAULT 0 NOT NULL,
|
||||
color TEXT,
|
||||
timezone TEXT NOT NULL,
|
||||
timezone TEXT,
|
||||
deleted_at DATETIME,
|
||||
PRIMARY KEY (principal, id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user