mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
randomize existing fixed branchIds so it's clear they should not be relied upon
This commit is contained in:
parent
5c4db266a4
commit
1a1fb126c1
@ -1 +0,0 @@
|
|||||||
-- NOOP
|
|
7
db/migrations/0198__randomize_branchIds.sql
Normal file
7
db/migrations/0198__randomize_branchIds.sql
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-- "randomize" branchIds so it's clear user should not rely on them
|
||||||
|
UPDATE branches SET branchId = '7LSsI2FnZPW2' WHERE parentNoteId = 'hidden' AND noteId = 'search';
|
||||||
|
UPDATE branches SET branchId = 'wEcmxk4CNC7G' WHERE parentNoteId = 'singles' AND noteId = 'globalnotemap';
|
||||||
|
UPDATE branches SET branchId = '191uVR6Cu6fA' WHERE parentNoteId = 'hidden' AND noteId = 'sqlconsole';
|
||||||
|
UPDATE branches SET branchId = 'OjX5Phxp6A4N' WHERE parentNoteId = 'root' AND noteId = 'hidden';
|
||||||
|
UPDATE branches SET branchId = 'glNBYFYZRH8P' WHERE parentNoteId = 'hidden' AND noteId = 'bulkaction';
|
||||||
|
UPDATE branches SET branchId = 'cAT25wvGMg3K' WHERE parentNoteId = 'root' AND noteId = 'share';
|
Loading…
x
Reference in New Issue
Block a user