chore(global): remove a bunch of test and temp files

This commit is contained in:
2026-04-17 22:34:41 +00:00
parent a8c48e8c75
commit 5141ed20f9
23 changed files with 185 additions and 2529 deletions
+2 -2
View File
@@ -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])