mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:59:55 +01:00
it's now possible to mark relation as inheritable (previously this was hardcoded for specific relation names)
This commit is contained in:
@@ -140,6 +140,7 @@ CREATE TABLE relations
|
||||
sourceNoteId TEXT not null,
|
||||
name TEXT not null,
|
||||
targetNoteId TEXT not null,
|
||||
isInheritable int DEFAULT 0 NULL,
|
||||
position INT default 0 not null,
|
||||
dateCreated TEXT not null,
|
||||
dateModified TEXT not null,
|
||||
|
||||
Reference in New Issue
Block a user