orchid-orm 1.49.7 → 1.49.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2141,7 +2141,7 @@ const verifyMigration = async (adapter, config, migrationCode, generateMigration
2141
2141
  let code;
2142
2142
  try {
2143
2143
  code = await composeMigration(
2144
- adapter,
2144
+ trx,
2145
2145
  config,
2146
2146
  [],
2147
2147
  dbStructure,