test pgrx no fixes

This commit is contained in:
2026-03-27 18:02:24 -04:00
parent dd98bfac9e
commit 7523431007
3 changed files with 129 additions and 94 deletions

View File

@ -19,7 +19,7 @@
{
"id": "22222222-2222-2222-2222-222222222222",
"type": "relation",
"constraint": "fk_order_customer",
"constraint": "fk_order_customer_person",
"source_type": "order",
"source_columns": [
"customer_id"
@ -41,8 +41,7 @@
"destination_type": "order",
"destination_columns": [
"id"
],
"prefix": "lines"
]
},
{
"id": "44444444-4444-4444-4444-444444444444",

View File

@ -71,7 +71,7 @@
{
"id": "22222222-2222-2222-2222-222222222222",
"type": "relation",
"constraint": "fk_order_customer",
"constraint": "fk_order_customer_person",
"source_type": "order",
"source_columns": [
"customer_id"
@ -79,7 +79,8 @@
"destination_type": "person",
"destination_columns": [
"id"
]
],
"prefix": "customer"
},
{
"id": "22222222-2222-2222-2222-222222222227",