Yaniv Dary has uploaded a new change for review.

Change subject: history: fixed fqdn_or_ip column name (#841217)
......................................................................

history: fixed fqdn_or_ip column name (#841217)

fqn_or_ip was changed to fqdn_or_ip in dwh views.

https://bugzilla.redhat.com/841217

Change-Id: Iffbd48f012d66e6fd5d8d057b8b2234e41b5817b
Signed-off-by: Yaniv Dary <yd...@redhat.com>
---
M backend/manager/dbscripts/create_dwh_views.sql
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/7341/1

diff --git a/backend/manager/dbscripts/create_dwh_views.sql 
b/backend/manager/dbscripts/create_dwh_views.sql
index 6cb9051..e22bb0b 100644
--- a/backend/manager/dbscripts/create_dwh_views.sql
+++ b/backend/manager/dbscripts/create_dwh_views.sql
@@ -92,7 +92,7 @@
                        a.vds_name AS host_name,
                        a.vds_group_id AS cluster_id,
                        cast(a.vds_type as smallint) AS host_type,
-                       a.host_name AS fqn_or_ip,
+                       a.host_name AS fqdn_or_ip,
                        b.physical_mem_mb AS memory_size_mb,
                        cast(c.swap_total as int) as swap_size_mb,
                        b.cpu_model,
@@ -128,7 +128,7 @@
                        a.vds_name AS host_name,
                        a.vds_group_id AS cluster_id,
                        cast(a.vds_type as smallint) AS host_type,
-                       a.host_name AS fqn_or_ip,
+                       a.host_name AS fqdn_or_ip,
                        b.physical_mem_mb AS memory_size_mb,
                        cast(c.swap_total as int) as swap_size_mb,
                        b.cpu_model,


--
To view, visit http://gerrit.ovirt.org/7341
To unsubscribe, visit http://gerrit.ovirt.org/settings

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

Reply via email to