refs #5525 mod yml y sql #1491

Merged
carlossa merged 41 commits from 5525-ibanSEPA-CORE into dev 2024-01-16 13:14:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 95602895df - Show all commits

View File

@ -1,6 +1,6 @@
-- vn.accountCountry definition
CREATE TABLE `accountCountry` in `vn` (
CREATE TABLE `vn`.`accountCountry` (
`supplierAccountFk` mediumint(8) unsigned DEFAULT NULL,
`countryFk` mediumint(8) unsigned DEFAULT NULL,
KEY `supplierAccountFk` (`supplierAccountFk`),