mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
Revert "Merge pull request #3087 from deepseek-harness/worktree/remove-ignorable-session-events"
This reverts commit 2123b2f418b1c8fbb86dc327b598fb11423da226, reversing changes made to 3c0b5c68ce697537a21084f9135663017474a2e1.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
SELECT rowid, seq, type, time, data, source_event_seqs, surface_op, is_packed
|
||||
SELECT rowid, seq, type, time, data, source_event_seqs, surface_op, ignorable
|
||||
FROM events
|
||||
WHERE session_id = (SELECT id FROM sessions WHERE session_key = ?)
|
||||
ORDER BY seq;
|
||||
|
||||
Reference in New Issue
Block a user