staging #34

Merged
bagasbanuna merged 3 commits from staging into main 2025-12-17 15:30:57 +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 {