pqb 0.31.2 → 0.31.3

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.
package/dist/index.mjs CHANGED
@@ -5360,6 +5360,7 @@ class TransactionAdapter {
5360
5360
  this.types = types2;
5361
5361
  this.pool = adapter.pool;
5362
5362
  this.config = adapter.config;
5363
+ this.schema = adapter.schema;
5363
5364
  }
5364
5365
  connect() {
5365
5366
  return Promise.resolve(this.client);