Sha256: 083c6bbef7f9fd19bab885f80a95a6c250346513447e03a9c9cffc79fde480a9

Contents?: true

Size: 280 Bytes

Versions: 21

Compression:

Stored size: 280 Bytes

Contents

class RemoveDiscoveryAttributeSetsFromManagedHosts < ActiveRecord::Migration
  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

21 entries across 21 versions & 1 rubygems

Version Path
foreman_discovery-9.1.5 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.1.4 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-10.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.1.3 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.1.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.1.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.1.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-9.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-8.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-8.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-7.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-7.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-6.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-5.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-5.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-5.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-4.1.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-4.1.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-4.1.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-4.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb