feat: add music to user profiles (#7)
This commit is contained in:
@@ -43,6 +43,12 @@ export class MiUserProfile {
|
||||
})
|
||||
public listenbrainz: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 2048, nullable: true,
|
||||
comment: 'The music URL of the User.',
|
||||
})
|
||||
public musicUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 2048, nullable: true,
|
||||
comment: 'The description (bio) of the User.',
|
||||
|
||||
Reference in New Issue
Block a user