feat(backend): Add Config Option For Bio Length
This commit is contained in:
parent
a4c0ef824c
commit
df77f339ec
12 changed files with 71 additions and 15 deletions
|
|
@ -43,8 +43,8 @@ export class MiUserProfile {
|
|||
})
|
||||
public listenbrainz: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 2048, nullable: true,
|
||||
@Column('text', {
|
||||
nullable: true,
|
||||
comment: 'The description (bio) of the User.',
|
||||
})
|
||||
public description: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue