mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
small fixes
This commit is contained in:
@@ -32,7 +32,7 @@ UPDATE notes SET noteId = '_hidden' WHERE noteId = 'hidden';
|
||||
UPDATE note_contents SET noteId = '_hidden' WHERE noteId = 'hidden';
|
||||
UPDATE note_revisions SET noteId = '_hidden' WHERE noteId = 'hidden';
|
||||
UPDATE branches SET noteId = '_hidden' WHERE noteId = 'hidden';
|
||||
UPDATE branches SET branchId = '_hidden' WHERE branchId = 'hidden';
|
||||
UPDATE branches SET branchId = '_hidden', prefix = NULL WHERE branchId = 'hidden';
|
||||
UPDATE branches SET parentNoteId = '_hidden' WHERE parentNoteId = 'hidden';
|
||||
UPDATE attributes SET noteId = '_hidden' WHERE noteId = 'hidden';
|
||||
UPDATE attributes SET value = '_hidden' WHERE type = 'relation' AND value = 'hidden';
|
||||
|
||||
Reference in New Issue
Block a user