@tstdl/base 0.92.93 → 0.92.94

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.
@@ -168,7 +168,7 @@ function getPostgresColumn(tableName, columnName, dbSchema, propertySchema, refl
168
168
  column = column.primaryKey();
169
169
  }
170
170
  if (isDefined(reflectionData.references)) {
171
- column = column.references(() => getDrizzleTableFromType(reflectionData.references(), dbSchema.schemaName).id);
171
+ column = column.references(() => getDrizzleTableFromType(reflectionData.references()).id);
172
172
  }
173
173
  return column;
174
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.92.93",
3
+ "version": "0.92.94",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"