feat: adding background image migration

This commit is contained in:
Chubby Granny Chaser
2024-10-16 11:06:15 +01:00
parent 67109ff51a
commit a498f9dd80
4 changed files with 23 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ export class UserAuth {
@Column("text", { nullable: true })
profileImageUrl: string | null;
@Column("text", { nullable: true })
backgroundImageUrl: string | null;
@Column("text", { default: "" })
accessToken: string;