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 f3a40dfb23 - Show all commits

View File

@ -10,7 +10,7 @@ CREATE TABLE `supplierAccount` (
`accountingFk` int(11) DEFAULT NULL,
`beneficiary` varchar(50) DEFAULT NULL,
`editorFk` int(10) unsigned DEFAULT NULL,
`countryFk` int(10) unsigned UNIQUE KEY,
`countryFk` int(10) unsigned UNIQUE KEY COMMENT 'Cuenta por defecto para ingresos desde esta empresa',
`companyFk` int(10) unsigned UNIQUE KEY,
PRIMARY KEY (`id`),
KEY `fk_proveedores_proveedores_account_idx` (`supplierFk`),