Skip to content

Commit

Permalink
fix: religion delete type enum in db
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed May 17, 2024
1 parent fb19d88 commit d6a30da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entities/userInfo.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export class UserInfoEntity {

@Column({
nullable: true,
type: 'enum',
enum: Religion,
})
religion?: Religion;

Expand Down

0 comments on commit d6a30da

Please sign in to comment.