Deskripsi:
- Upload foto profil ke storage
- Upload background profile ke storge
## No Issue
This commit is contained in:
2024-09-25 14:04:18 +08:00
parent 5670feb08c
commit 827b7c7bc1
54 changed files with 812 additions and 936 deletions

View File

@@ -95,6 +95,8 @@ model Profile {
Portofolio Portofolio[]
ImagesBackground ImagesBackground? @relation(fields: [imagesBackgroundId], references: [id])
imagesBackgroundId String? @unique
imageId String?
imageBackgroundId String?
}
model Images {
@@ -925,7 +927,7 @@ model BusinessMaps {
Portofolio Portofolio? @relation(fields: [portofolioId], references: [id])
portofolioId String? @unique
imageId String?
pinId String?
pinId String?
}
// Kategori App