1
0

feat: add music to user profiles (#7)

This commit is contained in:
Leafus
2025-05-19 16:34:25 +00:00
committed by Bluey Heeler
parent 9599b802a4
commit d2fb093a35
8 changed files with 209 additions and 1 deletions
@@ -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.',