trilium/db/migrations/0207__rename_search_and_sql_console.sql
2022-12-21 16:11:00 +01:00

2 lines
No EOL
144 B
SQL

UPDATE notes SET title = 'SQL Console History' WHERE noteId = '_sqlConsole';
UPDATE notes SET title = 'Search History' WHERE noteId = '_search';