We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42f93b commit 1833230Copy full SHA for 1833230
src/scripts/migrate-call.ts
@@ -5,5 +5,6 @@ import { runMigrationsOnTenant } from '@internal/database/migrations'
5
;(async () => {
6
await runMigrationsOnTenant({
7
databaseUrl: process.env.DATABASE_URL as string,
8
+ upToMigration: process.env.DB_MIGRATIONS_FREEZE_AT,
9
})
10
})()
0 commit comments