Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ runDataMigrations
Function
runDataMigrations
apps/webapp/prisma/seed.ts:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
async
function
runDataMigrations() {
72
await
runStagingEnvironmentMigration();
73
}
74
75
async
function
runStagingEnvironmentMigration() {
76
try {
Callers
1
seed
Function · 0.85
Calls
1
runStagingEnvironmentMigration
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…