Skip to content

Commit

Permalink
Merge pull request #5024 from ehelms/fixes-9431
Browse files Browse the repository at this point in the history
Fixes #9431: Clear system_errata when pruning backend objects.
  • Loading branch information
ehelms committed Feb 18, 2015
2 parents f253d41 + 0915cf1 commit df40fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/katello/tasks/clean_backend_objects.rake
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 df40fac

Please sign in to comment.