feat: create default opportunities view on workspace creation + add seed data (#1461)

Closes #1314
This commit is contained in:
Thaïs
2023-09-06 12:05:33 +02:00
committed by GitHub
parent 08b56ec7e2
commit 5c7660f588
8 changed files with 106 additions and 30 deletions

View File

@ -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