opencode source

opencode.migrations

pass

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

SELECT id, time_completed

no filters captured 2026-09-01 12:16:26Zmedian 14724 ms
Verdict: TRUE

All variants returned rows on ≥2 of 3 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal39036 ms14724 ms16068 ms[1, 1, 1]0
order39856 ms11022 ms12777 ms[25, 25, 25]0
aggregate36491 ms7228 ms11501 ms[1, 1, 1]0

Latency per trial

minimalmedian 14724ms
t19036mst214724mst316068ms
scale: 0–16068 ms
ordermedian 11022ms
t112777mst29856mst311022ms
scale: 0–12777 ms
aggregatemedian 7228ms
t111501mst27228mst36491ms
scale: 0–11501 ms

Probe variants — every command + output

minimal3 trials
min 9036ms · median 14724ms · max 16068ms · rows 1,1,1

smallest query

Command
SELECT id, time_completed FROM opencode.migrations LIMIT 1
Trials + output
trial 1·9036ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "20260127222353_familiar_lady_ursula",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
trial 2·14724ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "20260127222353_familiar_lady_ursula",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
trial 3·16068ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "20260127222353_familiar_lady_ursula",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
order3 trials
min 9856ms · median 11022ms · max 12777ms · rows 25,25,25

migrations in completion order

Command
SELECT id, time_completed FROM opencode.migrations ORDER BY time_completed ASC LIMIT 25
Trials + output
trial 1·12777ms·rows 25isError=false
First row (click to expand JSON)
{
  "id": "20260225215848_workspace",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
trial 2·9856ms·rows 25isError=false
First row (click to expand JSON)
{
  "id": "20260225215848_workspace",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
trial 3·11022ms·rows 25isError=false
First row (click to expand JSON)
{
  "id": "20260225215848_workspace",
  "time_completed": "1782151644434"
}
columns (2)
idtime_completed
aggregate3 trials
min 6491ms · median 7228ms · max 11501ms · rows 1,1,1

migration totals

Command
SELECT COUNT(*) AS n, MAX(time_completed) AS latest FROM opencode.migrations
Trials + output
trial 1·11501ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "38",
  "latest": "1782493950018"
}
columns (2)
nlatest
trial 2·7228ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "38",
  "latest": "1782493950018"
}
columns (2)
nlatest
trial 3·6491ms·rows 1isError=false
First row (click to expand JSON)
{
  "n": "38",
  "latest": "1782493950018"
}
columns (2)
nlatest

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

108 rows stored · 108 returned · page 1/5
0020260127222353_familiar_lady_ursula1782151644434
1120260127222353_familiar_lady_ursula1782151644434
2220260127222353_familiar_lady_ursula1782151644434
3320260127222353_familiar_lady_ursula1782151644434
0420260225215848_workspace1782151644434
0520260227213759_add_session_workspace_id1782151644434
0620260211171708_add_project_commands1782151644434
0720260127222353_familiar_lady_ursula1782151644434
0820260228203230_blue_harpoon1782151644434
0920260213144116_wakeful_the_professor1782151644434
01020260303231226_add_workspace_fields1782151644434
01120260312043431_session_message_cursor1782151644435
01220260309230000_move_org_to_state1782151644435
01320260410174513_workspace-name1782151644435
01420260413175956_chief_energizer1782151644435
01520260323234822_events1782151644435
01620260507164347_add_workspace_time1782151644436
01720260504145000_add_sync_owner1782151644436
01820260511173437_session-metadata1782151644436
01920260601010001_normalize_storage_paths1782151644436
02020260511000411_data_migration_state1782151644436
02120260510033149_session_usage1782151644436
02220260501142318_next_venus1782151644436
02320260602182828_add_project_directories1782151644436
02420260602002951_lowly_union_jack1782151644436

Column profile

2 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1idstring84"20260127222353_familiar_lady_ursula""20260225215848_workspace"
2time_completedstring84"1782151644434"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt19036ms1okid, time_completed
minimalt214724ms1okid, time_completed
minimalt316068ms1okid, time_completed
ordert112777ms25okid, time_completed
ordert29856ms25okid, time_completed
ordert311022ms25okid, time_completed
aggregatet111501ms1okn, latest
aggregatet27228ms1okn, latest
aggregatet36491ms1okn, latest

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
SELECT id, time_completed
Columns coral returned (2)
idtime_completed
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T12:16:26Z
JSON record: reports/opencode/tables/migrations.json
first_run_at: 2026-09-01T12:16:26Z
last_retried_at: 2026-09-01T12:16:26Z
retry_count: 1
View version history →