Skip to content

Commit

Permalink
fix: model Add: Explorable
Browse files Browse the repository at this point in the history
Update src/models/entities/user.ts

Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
  • Loading branch information
atsu1125 and mei23 authored Sep 30, 2023
1 parent 46d9052 commit e8a74ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/entities/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export class User {
})
public isIndexable: boolean;

@Index()
@Column('boolean', {
default: true,
})
Expand Down

0 comments on commit e8a74ca

Please sign in to comment.