Skip to content

Commit

Permalink
Drop unused LifecycleEvent model
Browse files Browse the repository at this point in the history
This was added back in 2008 in commit d866a691c57073d44d24eba284f962e62f87a706
and isn't used.  It was never reportable but was available in the API.

Part of ManageIQ#21204
  • Loading branch information
jrafanie committed Sep 9, 2021
1 parent c4a686f commit 7dfee40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
19 changes: 0 additions & 19 deletions app/models/lifecycle_event.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/models/vm_or_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class VmOrTemplate < ApplicationRecord
has_many :files, -> { where("rsc_type = 'file'") }, :as => :resource, :class_name => "Filesystem"

has_many :scan_histories, :dependent => :destroy
has_many :lifecycle_events, :class_name => "LifecycleEvent"
has_many :advanced_settings, :as => :resource, :dependent => :destroy

# Scan Items
Expand Down
38 changes: 0 additions & 38 deletions product/alerts/rss/lifecycle_events.yml

This file was deleted.

0 comments on commit 7dfee40

Please sign in to comment.