mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
feat: session specific logs
This commit is contained in:
parent
4c998d4f4f
commit
3982be4310
15 changed files with 178 additions and 195 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue