Update user-profile.ts

#4809
This commit is contained in:
syuilo 2019-05-05 09:42:38 +09:00
parent ff4f5fec1d
commit 2be13736c8
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -26,7 +26,7 @@ export class UserProfile {
public birthday: string | null;
@Column('varchar', {
length: 1024, nullable: true,
length: 2048, nullable: true,
comment: 'The description (bio) of the User.'
})
public description: string | null;