Tuesday 04 August 2009 12:37:32 pm
Hi all,
I have made an upgrade my installation from 4.0.3 to 4.1.3 5th step of upgrading process is upgrading the database. The first file is dbupdate-4.0.0-to-4.1.0.sql with has a code:
-- START: from 4.0.2
ALTER TABLE ezorder_item CHANGE vat_value vat_value FLOAT NOT NULL default 0;
CREATE TABLE ezurlalias_ml_incr (
id int(11) NOT NULL auto_increment,
PRIMARY KEY (id)
);
-- END: from 4.0.2
Comment "from 4.0.2" means that I should leave this part of code if my upgrade is later than v. 4.0.2 so I left this part. Unfortunatly this table doesn't exist in my installation of eZ Publsih... so my question is why I should leave this part of code or tell me what I wrong understood :)
http://ez.no/certification/verify/272582
|