-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrations are ignored #237
Comments
I can confirm this issue. Everything was done following the official documentation, got the same issue |
Hi! I believe there is a problem in the documentation. When you run just Are you willing to open a PR with such a change? Thanks! 🖖 |
Thanks Zales0123, I was able to install the plugin correctly. I'm not yet familiar with doing pull requests, so I'll look into it. |
Closing as the installation guide has been fixed in #267 |
I have installed a fresh copy of Sylius Standard Edition version 1.8.7. Then I install the Refund plugin according to the instructions:
composer require sylius/refund-plugin
I accept the recipe and run the migration:
bin/console doctrine:migrations:migrate
The output is as follows:
My src/Migrations folder is empty. No database changes are made. When I copy the migration files from vendor/sylius/refund-plugin/migrations/* to src/Migrations and run the migration command again, nothing changes because I get the same output as above.
I do not have alot of Symfony or Sylius experience yet so I'm not sure where the problem lies. I think it's a bug though.
The text was updated successfully, but these errors were encountered: