Open Vinai opened 5 years ago
Hi @Vinai,
Thanks for reporting! I have not yet found the time to reproduce the issue, but we will in the upcoming days. From what I can see in the error messages and the code, is that a migration should have either been there or been executed when updating the application, but it hasn't. So now it tries to set a organization in a column that literally doesn't exist. We will need try and reproduce the error in order to verify the above theory.
Thanks again for reporting!
Kind Regards,
Jaimy
Hi @Vinai,
We've been able to reproduce the issue and have found the cause of it. One of the merges of our mono repo didn't go according to plan and excluded some changes. We are working on a fix now which will include both the versions of the migrations so it will not have an issue anymore.
Thanks again for reporting, we'll keep you updated!
Kind Regards,
Jaimy
Steps to reproduce:
git fetch && git checkout 2.2.0
rm -r var/cache/* public/js/* public/css/*
./bin/console oro:platform:update --env=dev --force
Note: no consumers or cron jobs running.
Result:
What am I missing?