6745-2404_testToMaster #1950

Merged
alexm merged 191 commits from 6745-2404_testToMaster into master 2024-01-25 07:39:13 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit bfb31ad7c3 - Show all commits

View File

@ -17,6 +17,9 @@
},
"beneficiary": {
"type": "string"
},
"supplierFk": {
"type": "string"
}
},
"relations": {

View File

@ -8,6 +8,7 @@ SELECT
sp.name AS province,
s.nif,
sa.iban,
sa.supplierFk,
be.name AS bankName
FROM
client c