mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
breaking(sqlite): Add metadata into calendar store for more efficient queries in the future
This commit is contained in:
@@ -32,3 +32,5 @@ CREATE TABLE addressobjectchangelog (
|
||||
FOREIGN KEY (principal, addressbook_id)
|
||||
REFERENCES addressbooks (principal, id) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
CREATE INDEX idx_addrobj_log_cal ON addressobjectchangelog (addressbook_id);
|
||||
|
||||
Reference in New Issue
Block a user