Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/formbricks/formbricks
/ migration-runner.ts
File
migration-runner.ts
packages/database/src/scripts/migration-runner.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ execFile } from
"node:child_process"
;
2
import
fs from
"node:fs/promises"
;
3
import
path from
"node:path"
;
4
import
{ fileURLToPath } from
"node:url"
;
Callers
nothing calls this directly
Calls
2
createPrismaPgAdapter
Function · 0.90
getMigrationDatabaseUrl
Function · 0.85
Tested by
no test coverage detected