mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
backend log improvements
This commit is contained in:
2
db/migrations/0207__rename_search_and_sql_console.sql
Normal file
2
db/migrations/0207__rename_search_and_sql_console.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
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