|
Maybe i am doing some thing wrong, but upgraded from 1.4.1.1 to 1.5 just does not work. The migrations do not fire as expected but the core_resource table is updated. meaning there are a load of
Exception message: SQLSTATE[42S22]: Column not found: 1054 Unknown column \\\'scope_table.website_id\\\' in \\\'on clause\\\'
and
\\\'SQLSTATE[42S22]: Column not found: 1054 Unknown column \\\'additional_table.is_visible_on_front\\\' in \\\'field list\\\'\\\'
errors. Picking through the migrations you can find the file and then revert the core_resource table to ensure it is updated but surely this is not how varien expected this to work?
I should not have to do an each version update and test as this is why there are database migrations. I also do not want to have to keep hacking the db core_resource versions to force the updates on my live site. i also do not want to have to hand craft the sql to perform the updates on the db as this is just not acceptable.
does anybody know how to ensure the migrations are run when you point the 1.5.0.1 code base at a 1.4.1.1 database?
Thanks
|