Moti Asayag has uploaded a new change for review.

Change subject: engine: Remove invalid action groups
......................................................................

engine: Remove invalid action groups

Invalid action groups were added to various roles
for network labels actions. Those action groups
aren't being used and have no representation on
the engine, therefore they should be removed.

Change-Id: I892378087fdbad15b4b1606c9e55c8d86d8503d0
Bug-Url: https://bugzilla.redhat.com/1072501
Signed-off-by: Moti Asayag <[email protected]>
---
A packaging/dbscripts/upgrade/03_05_0080_delete_network_labels_action_groups.sql
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/25434/1

diff --git 
a/packaging/dbscripts/upgrade/03_05_0080_delete_network_labels_action_groups.sql
 
b/packaging/dbscripts/upgrade/03_05_0080_delete_network_labels_action_groups.sql
new file mode 100644
index 0000000..8820e70
--- /dev/null
+++ 
b/packaging/dbscripts/upgrade/03_05_0080_delete_network_labels_action_groups.sql
@@ -0,0 +1,4 @@
+-- Delete invalid action groups from existing roles
+DELETE FROM roles_groups WHERE action_group_id in (163, 164, 165, 166);
+
+


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

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

Reply via email to