Fix: Db Profile

Deskripsi:
- Menghapus field imagesId dan imagesBackgroundId
- Menhapus table backgroundImage
- Menghapus component avatar dan header card yang lama
## No Issue
This commit is contained in:
2024-10-03 15:09:38 +08:00
parent ca99de7dd5
commit cf9355e91f
46 changed files with 81 additions and 1060 deletions

View File

@@ -23,7 +23,7 @@ export default async function getListTransaksiBerhasilInvestasi(
Profile: {
select: {
userId: true,
imagesId: true
imageId: true
},
},
},

View File

@@ -19,7 +19,7 @@ export default async function getOneTransaksiBerhasilByIdInvestasi(
Profile: {
select: {
id: true,
imagesId: true,
imageId: true,
},
},
},