twenty/packages/twenty-server
Félix Malfait b65d82c274
Force explicit deletion behavior for relations (#4775)
We've seen a few cascading errors (e.g. comment.activityId would be non
nullable but cascade behavior is set to "set null"). I think it's safer
if we have to explicitly chose the deletion behavior it every time.

Especially since Postgres default to "No action" while we defaulted to
"Set Null", which is confusing.

In the future we will most likely introduce a second param
`onSoftDelete` in the decorator
2024-04-03 18:30:12 +02:00
..
@types feat: standard fields on custom (#4332) 2024-03-07 17:21:50 +01:00
patches feat: wip server folder structure (#4573) 2024-03-20 16:23:46 +01:00
scripts Update yarn commands (#4644) 2024-03-25 12:31:18 +01:00
src Force explicit deletion behavior for relations (#4775) 2024-04-03 18:30:12 +02:00
test feat: refactor folder structure (#4498) 2024-03-15 14:40:58 +01:00
.env.example feat: Oauth with PKCE (#4648) 2024-03-27 21:18:07 +01:00
.env.test File token chores (#4664) 2024-03-26 13:42:09 +01:00
.eslintrc.js Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
.gitignore feat: workspace:health nullable fix (#3882) 2024-02-08 18:22:29 +01:00
.prettierignore Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
.prettierrc Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
jest.config.ts Refactor backend folder structure (#4505) 2024-03-15 18:37:09 +01:00
nest-cli.json Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
package.json Add JsDom to server dependencies (#4740) 2024-04-02 12:07:12 +02:00
project.json Update yarn commands (#4644) 2024-03-25 12:31:18 +01:00
tsconfig.build.json chore: set up twenty-emails config so build isn't needed in development (#3619) 2024-01-29 06:17:12 -03:00
tsconfig.json 4586 fix workspace member feature (#4680) 2024-03-28 17:59:48 +01:00