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-16.1.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-16.2.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-16.1.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-16.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-16.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-15.1.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-15.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-15.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-15.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-14.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-14.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-13.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-12.0.2 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-12.0.1 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-12.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb
foreman_discovery-11.0.0 db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb