Moti Asayag has uploaded a new change for review. Change subject: engine: Change vm_guest_interface_type.interface_name to text ......................................................................
engine: Change vm_guest_interface_type.interface_name to text The interface name as reported by the guest agent is not bounded for Window OS guests, therefore its type should be modified to text. Change-Id: I9ac9bb8125f9c00bf930fa2b7408efbd7df66521 Bug-Url: https://bugzilla.redhat.com/893361 Signed-off-by: Moti Asayag <masa...@redhat.com> --- A backend/manager/dbscripts/upgrade/03_02_0290_change_vm_guest_agent_interface_mac_address_type.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/10814/1 diff --git a/backend/manager/dbscripts/upgrade/03_02_0290_change_vm_guest_agent_interface_mac_address_type.sql b/backend/manager/dbscripts/upgrade/03_02_0290_change_vm_guest_agent_interface_mac_address_type.sql new file mode 100644 index 0000000..9b3edf3 --- /dev/null +++ b/backend/manager/dbscripts/upgrade/03_02_0290_change_vm_guest_agent_interface_mac_address_type.sql @@ -0,0 +1 @@ +SELECT fn_db_change_column_type('vm_guest_agent_interfaces','interface_name','varchar','text'); -- To view, visit http://gerrit.ovirt.org/10814 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ac9bb8125f9c00bf930fa2b7408efbd7df66521 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches