MCPcopy 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
71async function runDataMigrations() {
72 await runStagingEnvironmentMigration();
73}
74
75async function runStagingEnvironmentMigration() {
76 try {

Callers 1

seedFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…