----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13325/#review24722 -----------------------------------------------------------
Review 13325 failed the build test : FAILURE The url of build cloudstack-master-with-patch #114 is : http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/114/ - Jenkins Cloudstack.org On Aug. 6, 2013, 1:11 p.m., bharat kumar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13325/ > ----------------------------------------------------------- > > (Updated Aug. 6, 2013, 1:11 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 > ----- > > setup/db/db/schema-307to410-cleanup.sql 6a9e2af > 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 > >