added more detail to show fks that are wrong
This commit is contained in:
@ -240,7 +240,18 @@
|
||||
"success": false,
|
||||
"errors": [
|
||||
{
|
||||
"code": "AMBIGUOUS_TYPE_RELATIONS"
|
||||
"code": "AMBIGUOUS_TYPE_RELATIONS",
|
||||
"details": {
|
||||
"cause": "Multiple conflicting constraints found matching prefixes",
|
||||
"context": [
|
||||
{
|
||||
"constraint": "fk_activity_invoice_1"
|
||||
},
|
||||
{
|
||||
"constraint": "fk_activity_invoice_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -338,7 +349,18 @@
|
||||
"success": false,
|
||||
"errors": [
|
||||
{
|
||||
"code": "AMBIGUOUS_TYPE_RELATIONS"
|
||||
"code": "AMBIGUOUS_TYPE_RELATIONS",
|
||||
"details": {
|
||||
"cause": "Multiple conflicting constraints found matching prefixes",
|
||||
"context": [
|
||||
{
|
||||
"constraint": "fk_junction_source_actor"
|
||||
},
|
||||
{
|
||||
"constraint": "fk_junction_target_actor"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user