You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RemoveWorkflowAwareEntitiesQuery class in the Oro\Bundle\WorkflowBundle\Migration namespace is called in Oro\Bundle\CheckoutBundle\Migrations\Schema\v1_12\RemoveAlternativeCheckoutWorkflow Migration, but this class has a "CAST(wi.entity_id as integer)" in the Select Statement, but Mysql doesnt has support of integer type.
Steps to reproduce
Try to update oro application from 4.1.12 to 4.2.3
Actual Result
CheckoutBundle migration fails
Expected Result
CheckoutBundle migration must execute without error
Details about your environment
OroCommerce version: 4.2.3
PHP version: 7.4.21
Database (MySQL, PostgreSQL) version: MySQL 8
Additional information
I converted my database from MySQL to Postgres and the upgrade worked, then the problem is MySQL compatibility.
The text was updated successfully, but these errors were encountered:
Summary
The RemoveWorkflowAwareEntitiesQuery class in the Oro\Bundle\WorkflowBundle\Migration namespace is called in Oro\Bundle\CheckoutBundle\Migrations\Schema\v1_12\RemoveAlternativeCheckoutWorkflow Migration, but this class has a "CAST(wi.entity_id as integer)" in the Select Statement, but Mysql doesnt has support of integer type.
Steps to reproduce
Try to update oro application from 4.1.12 to 4.2.3
Actual Result
CheckoutBundle migration fails
Expected Result
CheckoutBundle migration must execute without error
Details about your environment
Additional information
I converted my database from MySQL to Postgres and the upgrade worked, then the problem is MySQL compatibility.
The text was updated successfully, but these errors were encountered: