trilium/db/migrations/0207__rename_search_and_sql_console.sql
2022-12-15 16:38:05 +01:00

2 lines
142 B
SQL

UPDATE notes SET title = 'SQL Console History' WHERE noteId = 'sqlConsole';
UPDATE notes SET title = 'Search History' WHERE noteId = 'search';