BitBagCommerce / SyliusCmsPlugin

Content management system for eCommerce apps created on Sylius platform. Built with Sylius code quality, flexibility, BDD.
MIT License
232 stars 159 forks source link

Migration in plugin is causing issues #497

Open clem21 opened 4 months ago

clem21 commented 4 months ago

Hi, We have been using your plugin on one of our live project for over a year now and we now want to update our project to Sylius 1.12.16 and have to update the CMS plugin to the 4.0.9 version. The problem is that in this new version the migration is directly including in the plugin causing issues on our database. Do you have any idea on how to workaround this issue?

stefandoorn commented 3 months ago

I've manually registered them 'as executed' through the Symfony CLI commands.. but yeah, the migrations here should just detect if certain tables are already present and then silently finish execution.