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 <masa...@redhat.com> --- A packaging/dbscripts/upgrade/03_04_0650_delete_network_labels_action_groups.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/25435/1 diff --git a/packaging/dbscripts/upgrade/03_04_0650_delete_network_labels_action_groups.sql b/packaging/dbscripts/upgrade/03_04_0650_delete_network_labels_action_groups.sql new file mode 100644 index 0000000..82b7816 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_04_0650_delete_network_labels_action_groups.sql @@ -0,0 +1,3 @@ +-- 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/25435 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I892378087fdbad15b4b1606c9e55c8d86d8503d0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches