Dashboard › opencode › Distillation
4587644f-8a20-46e9-8b1d-d82d0818d7a7["lore_tm_v1_d6e7njbBgJ1WsplECcd2lNZvqjBh9AfXWHNIP9hJuKU"]
Date: Sep 16, 2026
/tmp/opencode/session-recovery-v7-check/packages/core/schema.json lines 934-1011 define session_execution columns: id text NOT NULL; session_id text NOT NULL; owner_id text NOT NULL; nullable assistant_message_id text; phase text NOT NULL; time_created integer NOT NULL; expires_at integer NOT NULL; and nullable recovery_error text. None are autoincremented, generated, or assigned defaults./tmp/opencode/session-recovery-v7-check/packages/core/schema.json lines 1014-1091 define session_input columns: nullable id text; session_id text NOT NULL; prompt text NOT NULL; delivery text NOT NULL; admitted_seq integer NOT NULL; nullable promoted_seq integer; wake_pending integer NOT NULL with default "false"; and time_created integer NOT NULL. None are autoincremented or generated./tmp/opencode/session-recovery-v7-check/packages/core/schema.json lines 1094-1161 define session_message columns: nullable id text; session_id text NOT NULL; type text NOT NULL; seq integer NOT NULL; time_created integer NOT NULL; time_updated integer NOT NULL; and data text NOT NULL. None are autoincremented, generated, or assigned defaults./tmp/opencode/session-recovery-v7-check/packages/core/schema.json lines 1164-1251 define session_recovery columns: session_id text NOT NULL; execution_id text NOT NULL; nullable assistant_message_id text; continuation_message_id text NOT NULL; phase text NOT NULL; wake_pending integer NOT NULL with default "true"; wake_attempts integer NOT NULL with default "0"; nullable recovery_error text; and time_created integer NOT NULL. None are autoincremented or generated./tmp/opencode/session-recovery-v7-check/packages/core/schema.json lines 1253-1261 begin the session table definition with nullable text column id; it is not autoincremented, generated, or assigned a default.