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 {
|
||||
id Int @id @default(autoincrement())
|
||||
userId Int
|
||||
document Bytes
|
||||
document Bytes?
|
||||
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
Recipient Recipient[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user