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.
@@ -2142,7 +2142,7 @@ const verifyMigration = async (adapter, config, migrationCode, generateMigration
2142
2142
  let code;
2143
2143
  try {
2144
2144
  code = await composeMigration(
2145
- adapter,
2145
+ trx,
2146
2146
  config,
2147
2147
  [],
2148
2148
  dbStructure,