Moti Asayag has uploaded a new change for review. Change subject: history: Extend host mac address to support IB HCA ......................................................................
history: Extend host mac address to support IB HCA The host mac address field is extended to 59 so it could store InfiniBand HCA mac address. Bug-Url: https://bugzilla.redhat.com/823397 Change-Id: I366282076f0f44602d5180837d5fb06bd61c1113 Signed-off-by: Moti Asayag <[email protected]> --- A data-warehouse/historydbscripts_postgres/upgrade/03_00_0150_extend_host_mac_address_size.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/01/8301/1 diff --git a/data-warehouse/historydbscripts_postgres/upgrade/03_00_0150_extend_host_mac_address_size.sql b/data-warehouse/historydbscripts_postgres/upgrade/03_00_0150_extend_host_mac_address_size.sql new file mode 100644 index 0000000..8b9697a --- /dev/null +++ b/data-warehouse/historydbscripts_postgres/upgrade/03_00_0150_extend_host_mac_address_size.sql @@ -0,0 +1 @@ +SELECT fn_db_change_column_type('host_interface_configuration','mac_address','varchar','varchar (59)'); -- To view, visit http://gerrit.ovirt.org/8301 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I366282076f0f44602d5180837d5fb06bd61c1113 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
