summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-05 09:42:38 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-05 09:42:38 +0900
commit2be13736c839d1b191f630fc6bae125d9f7b3047 (patch)
treeaf5ec4877c72501b49590d171bd6b251636555df /src/models
parentmeidg (#4835) (diff)
downloadsharkey-2be13736c839d1b191f630fc6bae125d9f7b3047.tar.gz
sharkey-2be13736c839d1b191f630fc6bae125d9f7b3047.tar.bz2
sharkey-2be13736c839d1b191f630fc6bae125d9f7b3047.zip
Update user-profile.ts
#4809
Diffstat (limited to 'src/models')
-rw-r--r--src/models/entities/user-profile.ts2
1 files changed, 1 insertions, 1 deletions
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;