Upsert - fixes (#14358)

- add more explicit error message on upsert conflicts
- increase MAX_RECORDS_QUERY constant
- add soft deleted records when returning upserted records




fixes https://github.com/twentyhq/private-issues/issues/300
This commit is contained in:
Etienne
2025-09-09 10:44:07 +02:00
committed by GitHub
parent 7094f0ee08
commit 719be52b53
7 changed files with 333 additions and 16 deletions
@@ -1 +1 @@
export const QUERY_MAX_RECORDS = 60;
export const QUERY_MAX_RECORDS = 200;