6745-2404_testToMaster #1950

Merged
alexm merged 191 commits from 6745-2404_testToMaster into master 2024-01-25 07:39:13 +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`),