mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
Add calendar-order prop
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE calendars (
|
||||
owner TEXT NOT NULL,
|
||||
name TEXT,
|
||||
description TEXT,
|
||||
'order' INT DEFAULT 0 NOT NULL,
|
||||
color TEXT,
|
||||
timezone TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user