Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ migrate.ts
File
migrate.ts
server/src/db/migrate.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fs from
"fs/promises"
;
2
import
path from
"path"
;
3
import
{ fileURLToPath } from
"url"
;
4
import
{ getPool, initializeDatabase } from
"./client.js"
;
Callers
nothing calls this directly
Calls
1
runMigrations
Function · 0.85
Tested by
no test coverage detected