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 c3c11ea commit 8cfc7b3Copy full SHA for 8cfc7b3
src/migration/runner.ts
@@ -225,7 +225,7 @@ export class MigrationRunner extends EventEmitter {
225
*/
226
private async executeMigration(migration: FileNode<unknown>) {
227
const SchemaClass = await this.getMigrationSource(migration)
228
- const client = await this.getClient(BaseSchema.disableTransactions)
+ const client = await this.getClient(SchemaClass.disableTransactions)
229
230
try {
231
const schema = new SchemaClass(client, migration.name, this.dryRun)
0 commit comments