mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
UPDATE notes SET title = 'SQL Console History' WHERE noteId = 'sqlConsole';
|
||||
UPDATE notes SET title = 'Search History' WHERE noteId = 'search';
|
||||
UPDATE notes SET title = 'SQL Console History' WHERE noteId = '_sqlConsole';
|
||||
UPDATE notes SET title = 'Search History' WHERE noteId = '_search';
|
||||
Reference in New Issue
Block a user