refactor: add selectedImage for profile shown
This commit is contained in:
parent
6d6e0548fe
commit
5b2e05116c
2 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "User" ADD COLUMN "selectedImage" TEXT;
|
||||||
|
|
@ -342,6 +342,8 @@ model User {
|
||||||
|
|
||||||
birthDate DateTime? @db.Date
|
birthDate DateTime? @db.Date
|
||||||
|
|
||||||
|
selectedImage String?
|
||||||
|
|
||||||
status Status @default(CREATED)
|
status Status @default(CREATED)
|
||||||
statusOrder Int @default(0)
|
statusOrder Int @default(0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue