Skip to content

Commit

Permalink
feat(common): add support for specifying alias schema on index spec
Browse files Browse the repository at this point in the history
  • Loading branch information
whimzyLive committed Mar 14, 2022
1 parent 2665c24 commit fb17de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/decorators/entity.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Entity<E>({
MetadataManager.metadataStorage.addRawEntity({
name,
table,
target: target as any,
target,
primaryKey,
indexes,
});
Expand Down

0 comments on commit fb17de0

Please sign in to comment.