netresearch / module-shipping-core

The Netresearch shipping core package is the central component to offer generic functionality as required by all carriers.
Open Software License 3.0
0 stars 1 forks source link

Database prefix misssing in migration #3

Closed MartinSchillinger closed 3 years ago

MartinSchillinger commented 3 years ago

Hey,

there is an error in your migrations i.e. Netresearch\ShippingCore\Setup\Patch\Data\MigrateConfigPatch. If Magento has been installed with a database prefix the setup:upgrade command will fail because the migrations cannot find the correct tables.

Best regards.

mam08ixo commented 3 years ago

Thank you for the report. We have a fix in place and will publish it soon.

mam08ixo commented 3 years ago

Running composer update --with-dependencies dhl/shipping-m2 should pull in the netresearch/module-shipping-core:2.2.1 dependency that considers table prefixes. Thanks.

MartinSchillinger commented 3 years ago

Thank you :-)