Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ data-migration.sql.ts
File
data-migration.sql.ts
packages/core/src/data-migration.sql.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ integer, sqliteTable, text } from
"drizzle-orm/sqlite-core"
2
3
export
const
DataMigrationTable = sqliteTable(
"data_migration"
, {
4
name: text().primaryKey(),
Callers
nothing calls this directly
Calls
2
text
Function · 0.50
integer
Function · 0.50
Tested by
no test coverage detected