Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(postgre): correctly count number of constraints
When multiple fields are provided the existing query gives the cound which is greater than 1. This later causes a new constraint creation. This in it's turn is cannot be run in concurrent environment.
- Loading branch information