Eli Mesika has uploaded a new change for review. Change subject: core: [db] renaming wrongly named upgrade scripts. ......................................................................
core: [db] renaming wrongly named upgrade scripts. Those scripts represents two features available only to 3.3 The upgrade scripts were renamed with the 03_02 prefix making upgrade from 3.2 to 3.3 to fail. Scripts were renamed to have 03_03 prefix and since the former scripts have no dependency in the result of those scripts , they were simply added to the end. Change-Id: Icb0ea14865b4f33261289bc1e600bb843d2fed2c Signed-off-by: Eli Mesika <[email protected]> --- R packaging/dbscripts/upgrade/03_03_0400_add_storage_static_description_column.sql R packaging/dbscripts/upgrade/03_03_0410_add_tunnel_migration.sql 2 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/16639/1 diff --git a/packaging/dbscripts/upgrade/03_02_0430_add_storage_static_description_column.sql b/packaging/dbscripts/upgrade/03_03_0400_add_storage_static_description_column.sql similarity index 100% rename from packaging/dbscripts/upgrade/03_02_0430_add_storage_static_description_column.sql rename to packaging/dbscripts/upgrade/03_03_0400_add_storage_static_description_column.sql diff --git a/packaging/dbscripts/upgrade/03_02_0390_add_tunnel_migration.sql b/packaging/dbscripts/upgrade/03_03_0410_add_tunnel_migration.sql similarity index 100% rename from packaging/dbscripts/upgrade/03_02_0390_add_tunnel_migration.sql rename to packaging/dbscripts/upgrade/03_03_0410_add_tunnel_migration.sql -- To view, visit http://gerrit.ovirt.org/16639 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icb0ea14865b4f33261289bc1e600bb843d2fed2c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
