mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 07:29:55 +01:00
implemented consistency checks
This commit is contained in:
@@ -78,8 +78,8 @@ CREATE TABLE IF NOT EXISTS "notes_tree" (
|
||||
`date_modified` TEXT NOT NULL,
|
||||
PRIMARY KEY(`note_tree_id`)
|
||||
);
|
||||
CREATE INDEX `IDX_notes_tree_note_tree_id` ON `notes_tree` (
|
||||
`note_tree_id`
|
||||
CREATE INDEX `IDX_notes_tree_note_id` ON `notes_tree` (
|
||||
`note_id`
|
||||
);
|
||||
CREATE INDEX `IDX_notes_tree_note_id_note_pid` ON `notes_tree` (
|
||||
`note_id`,
|
||||
|
||||
Reference in New Issue
Block a user