Sha256: 6a614bfd084ae5dcc637410e0b61e77827da6b6520c26179d726de9007bc3ed4

Contents?: true

Size: 285 Bytes

Versions: 56

Compression:

Stored size: 285 Bytes

Contents

class RemoveDiscoveryAttributeSetsFromManagedHosts < ActiveRecord::Migration[4.2]
  def up
    DiscoveryAttributeSet.where(:id => DiscoveryAttributeSet.joins(:host).where(:'hosts.managed' => true).pluck("#{DiscoveryAttributeSet.table_name}.id")).delete_all
  end

  def down
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
foreman_discovery-25.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-24.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-23.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-24.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-24.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-23.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-23.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-22.0.4 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.5 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-22.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.4 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.3 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-19.0.5 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-19.0.4 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-19.0.3 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-21.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-19.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-20.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb