trilium/db/migrations/0207__rename_search_and_sql_console.sql

2 lines
142 B
MySQL
Raw Normal View History

2022-12-15 23:38:05 +08:00
UPDATE notes SET title = 'SQL Console History' WHERE noteId = 'sqlConsole';
UPDATE notes SET title = 'Search History' WHERE noteId = 'search';