mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
feat(session): optimize SQLite persistence layout
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO events
|
||||
(session_id, seq, type, time, data, source_event_seqs, surface_op, ignorable)
|
||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?);
|
||||
Reference in New Issue
Block a user