trilium/db/migrations/0207__rename_search_and_sql_console.sql

2 lines
144 B
MySQL
Raw Normal View History

2022-12-21 23:11:00 +08:00
UPDATE notes SET title = 'SQL Console History' WHERE noteId = '_sqlConsole';
UPDATE notes SET title = 'Search History' WHERE noteId = '_search';