Notes/db/migrations/0207__rename_search_and_sql...

2 lines
142 B
SQL

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