Skip to content

Commit

Permalink
Fixes #9431: Clear system_errata when pruning backend objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 18, 2015
1 parent 49289e5 commit 0915cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/katello/tasks/clean_backend_objects.rake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace :katello do
Katello::System.index.remove system
system.system_activation_keys.destroy_all
system.system_host_collections.destroy_all
system.system_errata.destroy_all
system.delete
end
end
Expand Down

0 comments on commit 0915cf1

Please sign in to comment.