Fix DB table donasi #33

Merged
bagasbanuna merged 2 commits from login-api/17-dec-25 into staging 2025-12-17 14:44:53 +08:00
4 changed files with 6 additions and 2 deletions
Showing only changes of commit 3e0d2743fb - Show all commits

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Donasi_Invoice" ALTER COLUMN "masterBankId" DROP DEFAULT;

View File

@@ -587,7 +587,7 @@ model Donasi_Invoice {
imageId String?
MasterBank MasterBank? @relation(fields: [masterBankId], references: [id])
masterBankId String? @default("null")
masterBankId String?
}
model Donasi_Kabar {