Tomas Jelinek has uploaded a new change for review. Change subject: core: renamed the blank template to default ......................................................................
core: renamed the blank template to default Renamed the "Blank" to "Default" template and adjusted the description to be "Default template" Feature Page: www.ovirt.org/Features/Blank_to_Defaults Bug-Url: https://bugzilla.redhat.com/1130174 Change-Id: Ia8c91734ccd38f442c5fb8f41ff5f20c608d04e6 Signed-off-by: Tomas Jelinek <[email protected]> --- A packaging/dbscripts/upgrade/03_06_0880_rename_blank_to_default.sql 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/17/38817/1 diff --git a/packaging/dbscripts/upgrade/03_06_0880_rename_blank_to_default.sql b/packaging/dbscripts/upgrade/03_06_0880_rename_blank_to_default.sql new file mode 100644 index 0000000..e33912e --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_0880_rename_blank_to_default.sql @@ -0,0 +1,5 @@ +-- 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' where vm_guid='00000000-0000-0000-0000-000000000000' or vm_guid is null; +update vm_static set description = 'Default template' where vm_guid='00000000-0000-0000-0000-000000000000' or vm_guid is null; + -- To view, visit https://gerrit.ovirt.org/38817 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia8c91734ccd38f442c5fb8f41ff5f20c608d04e6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
