Tambahan buat deploy

This commit is contained in:
2025-06-18 16:32:19 +08:00
parent 6ed0246cea
commit 40f0294595

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())