diff --git a/src/models/entities/user-profile.ts b/src/models/entities/user-profile.ts
index 16e5d5b9e0..7d990b961f 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;