Tomas Jelinek has uploaded a new change for review.

Change subject: core: removed the content of the script changing blank template 
name
......................................................................

core: removed the content of the script changing blank template name

Renaming the Blank to Default caused issues with backward compatibility of the
REST API.

Fixed by removing the content of the script so it will have no effect - did not
delete it because there are newer scripts after this merged and it would create
inconsistencies in numbering.

Change-Id: I90b88dbdc314efb3db68498db3632c46058a3585
Signed-off-by: Tomas Jelinek <tjeli...@redhat.com>
---
M packaging/dbscripts/upgrade/03_06_1160_rename_blank_to_default.sql
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/39724/1

diff --git a/packaging/dbscripts/upgrade/03_06_1160_rename_blank_to_default.sql 
b/packaging/dbscripts/upgrade/03_06_1160_rename_blank_to_default.sql
index c383410..29f8fc9 100644
--- a/packaging/dbscripts/upgrade/03_06_1160_rename_blank_to_default.sql
+++ b/packaging/dbscripts/upgrade/03_06_1160_rename_blank_to_default.sql
@@ -1,3 +1 @@
--- null after the decouple_blank_from_cluster ran, 
00000000-0000-0000-0000-000000000000 before.
--- this way it is not dependent on the order
-update vm_static set vm_name = 'Default', description = 'Default template' 
where vm_guid='00000000-0000-0000-0000-000000000000' or vm_guid is null;
+-- empty script - the content had to be removed because it broke backward 
compatibility


-- 
To view, visit https://gerrit.ovirt.org/39724
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I90b88dbdc314efb3db68498db3632c46058a3585
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to