----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13325/ -----------------------------------------------------------
(Updated Aug. 7, 2013, 1:02 p.m.) Review request for cloudstack and Kishan Kavala. Bugs: Cloudstack-4100 Repository: cloudstack-git Description ------- preserve data in iso_id column while upgrading form 3.0.7 to 4.2 Earlier was dropping the iso_id column as a result we loose data from the iso_id column prior to upgrade. Now fixed this by. renaming the iso_id to iso_id1 in schema-307to401 file. and then after upgrade dropping the iso_id column and renaming the iso_id1 to iso_id in 307to401 cleanup schema. Diffs (updated) ----- engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java 2e5fbcb setup/db/db/schema-307to410.sql af296ab Diff: https://reviews.apache.org/r/13325/diff/ Testing ------- tested the upgrade from 3.0.7 to 4.2. Thanks, bharat kumar
