Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oguimbal committed Oct 11, 2024
1 parent 6e80c58 commit 2225099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-mem",
"version": "3.0.2",
"version": "3.0.3",
"description": "A memory version of postgres",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export class DbSchema implements _ISchema, ISchema {

registerEquivalentSizableType(type: IEquivalentType): IType {
const ret = new EquivalentType(type);
this._registerTypeSizeable(ret.primary, (_) => ret);
this._registerTypeSizeable(ret.primaryName, (_) => ret);

return ret;
}
Expand Down

0 comments on commit 2225099

Please sign in to comment.