mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-04 23:54:37 +01:00
feat: session specific logs
This commit is contained in:
@@ -18,7 +18,7 @@ INSERT INTO logs (
|
||||
-- name: ListLogsBySession :many
|
||||
SELECT * FROM logs
|
||||
WHERE session_id = ?
|
||||
ORDER BY timestamp ASC;
|
||||
ORDER BY timestamp DESC;
|
||||
|
||||
-- name: ListAllLogs :many
|
||||
SELECT * FROM logs
|
||||
|
||||
Reference in New Issue
Block a user