MCPcopy Create free account
hub / github.com/cortexkit/magic-context / migrations.ts

File migrations.ts

packages/plugin/src/features/magic-context/migrations.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { log } from "../../shared/logger";
2import type { Database } from "../../shared/sqlite";
3import { ensureColumn, healAllNullColumns } from "./storage-schema-helpers";
4import { bumpEpochsForWorkspaceMemberSet } from "./workspaces";

Callers

nothing calls this directly

Calls 11

healAllNullColumnsFunction · 0.90
logFunction · 0.90
ensureColumnFunction · 0.90
getMethod · 0.80
hasMethod · 0.80
hasTableFunction · 0.70
tableExistsFunction · 0.70
runMethod · 0.65
prepareMethod · 0.45

Tested by

no test coverage detected