Weiko
Weiko
## Context bull-mq connection was not working as intended, the connection parameter was ignored and was falling back to localhost. This PR should fix the issue by instantiating a IORedis...
Fixes https://github.com/twentyhq/twenty/issues/8300 ## Context API events were created too late and were already formatted as Gql responses (including nesting with edges/node/type + formatting that should not exist in an event...
## Bug Description 63 is the default limit for PSQL identifiers such as columns, tables, indexes etc. When we auto-generate those, we need to take that limitation into account. This...
## Context We recently added a command to ensure uniqueness on the viewId column in the viewField table. This created some issues for some old workspaces that had viewFields with...
## Context Some mutations are not working properly, workspaceMember soft deletion for example. workspaceMember being a camelCase table name, it's probably not propagated properly to pgql (which needs double quote...
Fixes #8865
## Context Sync-metadata command can take a lot of time and we need to identify the bottlenecks and improve it. DB and cache access, migration generation, complexity (we are looping...