Topic: Upgrade 1.xx to 2.0.2
The alter.sql and alter2.sql scripts do NOT reflect the DB I have installed on my instance.
I am in the process of applying schema changes manually, a real pain. Currently stuck on sales orders and sales order details.
I see you now allow for same SKU different pricing on orders - great, but the upgrade is far from smooth. The upgrade scripts should be smart than this.
My current problem is altering :
ALTER TABLE `0_sales_orders` ADD `version` tinyint(1) NOT NULL default '0' after 'order_no';
Which is throwing an error, any thoughts?