Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: dbscripts: drop index if exists
......................................................................

packaging: dbscripts: drop index if exists

drop index if exists IDX_images_images_group_id

Change-Id: Ibacd60bb90ba6e1213b4f0fcb4844aa36ff60fc7
Bug-Url: https://bugzilla.redhat.com/1155153
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/dbscripts/upgrade/03_06_0440_create_index_on_images.sql
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/34975/1

diff --git a/packaging/dbscripts/upgrade/03_06_0440_create_index_on_images.sql 
b/packaging/dbscripts/upgrade/03_06_0440_create_index_on_images.sql
index 30007af..b7be8e3 100644
--- a/packaging/dbscripts/upgrade/03_06_0440_create_index_on_images.sql
+++ b/packaging/dbscripts/upgrade/03_06_0440_create_index_on_images.sql
@@ -1,4 +1,5 @@
 -- Create index
+DROP INDEX if exists IDX_images_images_group_id;
 CREATE INDEX IDX_images_images_group_id on images(image_group_id);
 
 


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

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

Reply via email to