mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
deleting attributes, closes #34
This commit is contained in:
@@ -86,7 +86,8 @@ CREATE TABLE IF NOT EXISTS "attributes"
|
||||
name TEXT NOT NULL,
|
||||
value TEXT,
|
||||
dateCreated TEXT NOT NULL,
|
||||
dateModified TEXT NOT NULL
|
||||
dateModified TEXT NOT NULL,
|
||||
isDeleted INT NOT NULL
|
||||
);
|
||||
CREATE UNIQUE INDEX `IDX_sync_entityName_entityId` ON `sync` (
|
||||
`entityName`,
|
||||
|
||||
Reference in New Issue
Block a user