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:
@@ -1 +1 @@
|
||||
export const QUERY_MAX_RECORDS = 60;
|
||||
export const QUERY_MAX_RECORDS = 200;
|
||||
|
||||
Reference in New Issue
Block a user