feat: create default opportunities view on workspace creation + add seed data (#1461)
Closes #1314
This commit is contained in:
@ -662,7 +662,7 @@ model ViewField {
|
||||
key String
|
||||
name String
|
||||
objectId String
|
||||
size Int
|
||||
size Int?
|
||||
|
||||
view View @relation(fields: [viewId], references: [id], onDelete: Cascade)
|
||||
viewId String
|
||||
|
||||
Reference in New Issue
Block a user