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
Description
By using a payum/payum version greater than 1.7 (packages says that the latest version is 1.8 but in GH the latest is 1.7 🤔 ) there is an error with the doctrine schema mappings:
[ERROR] The database schema is not in sync with the current mapping file.
Launching the doctrine:schema:update --dump-sql you will get the query:
ALTER TABLE sylius_gateway_config CHANGE config config JSON NOT NULL;
Steps to reproduce
Installing Sylius with a version of payum/payum greater than 1.7.
Possible Solution
A first, immediately, solution could be to add a conflict with this version of payum/payum.
The text was updated successfully, but these errors were encountered:
Sylius version affected: 1.10.y
Description
By using a payum/payum version greater than 1.7 (packages says that the latest version is 1.8 but in GH the latest is 1.7 🤔 ) there is an error with the doctrine schema mappings:
[ERROR] The database schema is not in sync with the current mapping file.
Launching the doctrine:schema:update --dump-sql you will get the query:
ALTER TABLE sylius_gateway_config CHANGE config config JSON NOT NULL;
Steps to reproduce
Installing Sylius with a version of payum/payum greater than 1.7.
Possible Solution
A first, immediately, solution could be to add a conflict with this version of payum/payum.
The text was updated successfully, but these errors were encountered: