Skip to content

Commit

Permalink
Merge pull request #16844 from moolitayer/remove_redundant_destroy
Browse files Browse the repository at this point in the history
Remove redundant destroy
  • Loading branch information
kbrock authored Jan 18, 2018
2 parents 91aa9fb + 153161f commit 3555f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/container_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ContainerNode < ApplicationRecord
has_many :metrics, :as => :resource
has_many :metric_rollups, :as => :resource
has_many :vim_performance_states, :as => :resource
has_many :miq_alert_statuses, :as => :resource, :dependent => :destroy
has_many :miq_alert_statuses, :as => :resource

virtual_column :ready_condition_status, :type => :string, :uses => :container_conditions
virtual_column :system_distribution, :type => :string
Expand Down

0 comments on commit 3555f91

Please sign in to comment.