-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added proposal my work column model #375
Conversation
Code 25b2ef5 labeled version 0.88.7-rc-feat-my-work-co.1 |
Running downstream job at https://github.com/charmverse/permissions.charmverse.io/actions/runs/11248195830 |
Running downstream job at https://github.com/charmverse/app.charmverse.io/actions/runs/11248196024 |
Running downstream job at https://github.com/charmverse/app.charmverse.io/actions/runs/11273143161 |
Running downstream job at https://github.com/charmverse/permissions.charmverse.io/actions/runs/11273142966 |
formFieldId String @db.Uuid | ||
formField FormField @relation(fields: [formFieldId], references: [id], onDelete: Cascade) | ||
|
||
@@unique([spaceId, formFieldId]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should just be spaceId, since we don't query by formFieldId
WHAT
WHY