From 2be13736c839d1b191f630fc6bae125d9f7b3047 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 May 2019 09:42:38 +0900 Subject: [PATCH] Update user-profile.ts #4809 --- src/models/entities/user-profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/entities/user-profile.ts b/src/models/entities/user-profile.ts index 16e5d5b9e..7d990b961 100644 --- a/src/models/entities/user-profile.ts +++ b/src/models/entities/user-profile.ts @@ -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;