mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
make document body nullable for dev
This commit is contained in:
@ -10,7 +10,7 @@ datasource db {
|
|||||||
model Document {
|
model Document {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
userId Int
|
userId Int
|
||||||
document Bytes
|
document Bytes?
|
||||||
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||||
Recipient Recipient[]
|
Recipient Recipient[]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user