opencode source

opencode.data_migrations

pass

Applied data migrations recorded by opencode, with the timestamp each completed at.

SELECT name, time_completed

no filters captured 2026-09-01 11:29:32Zmedian 10898 ms
Verdict: TRUE

Reachable and queryable: 0 errors across all trials, but the table is currently empty in the source (no data rows on scan variants). See analysis.json → data.empty_table.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal310507 ms10898 ms11544 ms[0, 0, 0]0
order312026 ms12027 ms12033 ms[0, 0, 0]0
aggregate39928 ms11379 ms11425 ms[1, 1, 1]0

Latency per trial

minimalmedian 10898ms
t111544mst210898mst310507ms
scale: 0–11544 ms
ordermedian 12027ms
t112026mst212033mst312027ms
scale: 0–12033 ms
aggregatemedian 11379ms
t19928mst211379mst311425ms
scale: 0–11425 ms

Probe variants — every command + output

minimal3 trials
min 10507ms · median 10898ms · max 11544ms · rows 0,0,0

smallest query

Command
SELECT name, time_completed FROM opencode.data_migrations LIMIT 1
Trials + output
trial 1·11544ms·rows 0isError=false
trial 2·10898ms·rows 0isError=false
trial 3·10507ms·rows 0isError=false
order3 trials
min 12026ms · median 12027ms · max 12033ms · rows 0,0,0

data migrations in completion order

Command
SELECT name, time_completed FROM opencode.data_migrations ORDER BY time_completed ASC LIMIT 25
Trials + output
trial 1·12026ms·rows 0isError=false
trial 2·12033ms·rows 0isError=false
trial 3·12027ms·rows 0isError=false
aggregate3 trials
min 9928ms · median 11379ms · max 11425ms · rows 1,1,1

data migration totals

Command
SELECT COUNT(*) AS n, MAX(time_completed) AS latest FROM opencode.data_migrations
Trials + output
trial 1·9928ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "0",
  "latest": ""
}
columns (2)
nlatest
trial 2·11379ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "0",
  "latest": ""
}
columns (2)
nlatest
trial 3·11425ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "0",
  "latest": ""
}
columns (2)
nlatest

All returned rowsacross all non-errored trials · filterable · paginated

4 rows stored · 4 returned · page 1/1
000
110
220
330

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt111544ms0ok
minimalt210898ms0ok
minimalt310507ms0ok
ordert112026ms0ok
ordert212033ms0ok
ordert312027ms0ok
aggregatet19928ms1okn, latest
aggregatet211379ms1okn, latest
aggregatet311425ms1okn, latest
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:29:32Z
JSON record: reports/opencode/tables/data_migrations.json
first_run_at: 2026-09-01T11:29:32Z
last_retried_at: 2026-09-01T11:29:32Z
retry_count: 1
View version history →