Notes/db/migrations/0207__rename_search_and_sql...

2 lines
144 B
SQL

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