MCPcopy 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

1import { integer, sqliteTable, text } from "drizzle-orm/sqlite-core"
2
3export const DataMigrationTable = sqliteTable("data_migration", {
4 name: text().primaryKey(),

Callers

nothing calls this directly

Calls 2

textFunction · 0.50
integerFunction · 0.50

Tested by

no test coverage detected