added more detail to show fks that are wrong
This commit is contained in:
@ -766,6 +766,8 @@ pub(crate) fn resolve_relation<'a>(
|
||||
if !resolved {
|
||||
let mut details = crate::drop::ErrorDetails {
|
||||
path: path.to_string(),
|
||||
context: serde_json::to_value(&matching_rels).ok(),
|
||||
cause: Some("Multiple conflicting constraints found matching prefixes".to_string()),
|
||||
..Default::default()
|
||||
};
|
||||
if let Some(sid) = schema_id {
|
||||
|
||||
Reference in New Issue
Block a user