backend log improvements

This commit is contained in:
zadam
2022-12-15 16:38:05 +01:00
parent 8c01a77a7a
commit 195c6a4089
11 changed files with 168 additions and 34 deletions

View File

@@ -0,0 +1,2 @@
UPDATE notes SET title = 'SQL Console History' WHERE noteId = 'sqlConsole';
UPDATE notes SET title = 'Search History' WHERE noteId = 'search';