skipFKConstraintValidations
skipFKConstraintValidations: boolean | undefined
Skips pre-deletion NO ACTION foreign key constraint validation checks, which may improve performance for large deletions. This will improve performance, but if the user supplies elements which have FK constraint violations, it will result in the delete failing and an eventual rollback.
Defined in
- backend/src/EditTxn.ts Line 27
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.