add message search function

This commit is contained in:
2024-08-10 23:24:37 +02:00
parent 1609b8fb1a
commit 1bbcb3d840
2 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
SELECT *
FROM logs
WHERE message like :1
;