mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
don't anonymize option notes
This commit is contained in:
parent
137703ada4
commit
846ac9305e
@ -1,5 +1,8 @@
|
||||
UPDATE etapi_tokens SET tokenHash = 'API token hash value';
|
||||
UPDATE notes SET title = 'title' WHERE title NOT IN ('root', '_hidden', '_share');
|
||||
UPDATE notes SET title = 'title'
|
||||
WHERE noteId NOT IN ('root', '_hidden', '_share')
|
||||
AND SUBSTR(noteId, 1, 8) != '_options'
|
||||
AND SUBSTR(noteId, 1, 3) != '_lb';
|
||||
UPDATE blobs SET content = 'text' WHERE content IS NOT NULL;
|
||||
UPDATE revisions SET title = 'title';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user