nico/27-okt-25 #1

Merged
nicoarya20 merged 277 commits from nico/27-okt-25 into main 2025-10-27 22:18:01 +08:00
780 changed files with 51513 additions and 622 deletions
Showing only changes of commit 40f0294595 - Show all commits

View File

@@ -305,6 +305,7 @@ model ProfilPerbekel {
programUnggulan String @db.Text
image FileStorage? @relation(fields: [imageId], references: [id])
imageId String?
imageUrl String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
deletedAt DateTime @default(now())