mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-02-06 18:08:40 +00:00
Unit test fixes
This commit is contained in:
parent
409c9d1ec9
commit
a6545514bc
|
|
@ -228,7 +228,7 @@ class Installer extends InstallerAbstract
|
|||
|
||||
$dbPool->get('core')->con->prepare(
|
||||
'ALTER TABLE `' . $dbPool->get('core')->prefix . 'warehousing_shipping`
|
||||
ADD CONSTRAINT `' . $dbPool->get('core')->prefix . 'warehousing_shipping_ibfk_1` FOREIGN KEY (`shipFrom`) REFERENCES `' . $dbPool->get('core')->prefix . 'business_address` (`business_address_id`),
|
||||
ADD CONSTRAINT `' . $dbPool->get('core')->prefix . 'warehousing_shipping_ibfk_1` FOREIGN KEY (`shipFrom`) REFERENCES `' . $dbPool->get('core')->prefix . 'organization_address` (`organization_address_id`),
|
||||
ADD CONSTRAINT `' . $dbPool->get('core')->prefix . 'warehousing_shipping_ibfk_2` FOREIGN KEY (`shipped`) REFERENCES `' . $dbPool->get('core')->prefix . 'account` (`account_id`);'
|
||||
)->execute();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user