opencode source
pass
View version history →
opencode.data_migrations
passApplied 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
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 3 | 10507 ms | 10898 ms | 11544 ms | [0, 0, 0] | 0 |
| order | 3 | 12026 ms | 12027 ms | 12033 ms | [0, 0, 0] | 0 |
| aggregate | 3 | 9928 ms | 11379 ms | 11425 ms | [1, 1, 1] | 0 |
Latency per trial
minimalmedian 10898ms
scale: 0–11544 ms
ordermedian 12027ms
scale: 0–12033 ms
aggregatemedian 11379ms
scale: 0–11425 ms
Probe variants — every command + output
minimal
3 trialsmin 10507ms · median 10898ms · max 11544ms · rows 0,0,0
smallest query
Command
SELECT name, time_completed FROM opencode.data_migrations LIMIT 1Trials + output
trial 1·11544ms·rows 0isError=false
trial 2·10898ms·rows 0isError=false
trial 3·10507ms·rows 0isError=false
order
3 trialsmin 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 25Trials + output
trial 1·12026ms·rows 0isError=false
trial 2·12033ms·rows 0isError=false
trial 3·12027ms·rows 0isError=false
aggregate
3 trialsmin 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_migrationsTrials + 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
| 0 | 0 | 0 | — |
| 1 | 1 | 0 | — |
| 2 | 2 | 0 | — |
| 3 | 3 | 0 | — |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 11544ms | 0 | ok | — |
| minimal | t2 | 10898ms | 0 | ok | — |
| minimal | t3 | 10507ms | 0 | ok | — |
| order | t1 | 12026ms | 0 | ok | — |
| order | t2 | 12033ms | 0 | ok | — |
| order | t3 | 12027ms | 0 | ok | — |
| aggregate | t1 | 9928ms | 1 | ok | n, latest |
| aggregate | t2 | 11379ms | 1 | ok | n, latest |
| aggregate | t3 | 11425ms | 1 | ok | n, latest |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:29:32ZJSON record:
reports/opencode/tables/data_migrations.jsonfirst_run_at:
2026-09-01T11:29:32Zlast_retried_at:
2026-09-01T11:29:32Zretry_count:
1