Eli Mesika has uploaded a new change for review.

Change subject: db: fixing column alias in create_views.sql
......................................................................

db: fixing column alias in create_views.sql

This patch fixes and issue caused by patch http://gerrit.ovirt.org/#/c/25880
in create_views.sql on line 779. Instead of

  vds_statistics.boot_time

there should be

  vds_statistics.boot_time as boot_time

Change-Id: Ia4e0094b1488f7fc452dc9c34bf9f6906a5a22ac
Signed-off-by: Eli Mesika <[email protected]>
---
M packaging/dbscripts/create_views.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/06/26406/1

diff --git a/packaging/dbscripts/create_views.sql 
b/packaging/dbscripts/create_views.sql
index f42b76a..e7e96a3 100644
--- a/packaging/dbscripts/create_views.sql
+++ b/packaging/dbscripts/create_views.sql
@@ -776,7 +776,7 @@
                       storage_pool_iso_map.storage_id, vds_static.ssh_port, 
vds_static.ssh_username, vds_statistics.ha_score,
                       vds_statistics.ha_configured, vds_statistics.ha_active, 
vds_statistics.ha_global_maintenance, vds_statistics.ha_local_maintenance,
                       vds_static.disable_auto_pm as disable_auto_pm, 
vds_dynamic.controlled_by_pm_policy as controlled_by_pm_policy,
-                      vds_statistics.boot_time
+                      vds_statistics.boot_time as boot_time
 FROM         vds_groups INNER JOIN
 vds_static ON vds_groups.vds_group_id = vds_static.vds_group_id INNER JOIN
 vds_dynamic ON vds_static.vds_id = vds_dynamic.vds_id INNER JOIN


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4e0094b1488f7fc452dc9c34bf9f6906a5a22ac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to