"feat: rename 'createdDate' to 'createDate' across frontend, backend, and mobile codebases"
This commit is contained in:
@@ -903,7 +903,7 @@ model InvoiceItem {
|
||||
invoiceTo Json
|
||||
sent Float
|
||||
dueDate DateTime @default(now())
|
||||
createdDate DateTime @default(now())
|
||||
createDate DateTime @default(now())
|
||||
}
|
||||
|
||||
// model Invoice {
|
||||
|
Reference in New Issue
Block a user