chore(global): remove a bunch of test and temp files
This commit is contained in:
@@ -1032,8 +1032,8 @@ model Opportunity {
|
||||
|
||||
generatedQuotes GeneratedQuotes[]
|
||||
|
||||
typeId Int
|
||||
type OpportunityType @relation(fields: [typeId], references: [id])
|
||||
typeId Int?
|
||||
type OpportunityType? @relation(fields: [typeId], references: [id])
|
||||
|
||||
stageId Int?
|
||||
stage OpportunityStage? @relation(fields: [stageId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user