diff options
Diffstat (limited to 'src/models/entities/user-profile.ts')
| -rw-r--r-- | src/models/entities/user-profile.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/entities/user-profile.ts b/src/models/entities/user-profile.ts index 97a4150be0..0e2c660325 100644 --- a/src/models/entities/user-profile.ts +++ b/src/models/entities/user-profile.ts @@ -94,6 +94,7 @@ export class UserProfile { }) public password: string | null; + // TODO: そのうち消す @Column('jsonb', { default: {}, comment: 'The client-specific data of the User.' |