mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
sql schema add ;
This commit is contained in:
@@ -32,5 +32,4 @@ CREATE TABLE eventchangelog (
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (principal, cid, created_at),
|
||||
FOREIGN KEY (principal, cid) REFERENCES calendars(principal, id) ON DELETE CASCADE
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user