Sha256: 69f1a28aba9f688fe419828361d135ae4786ddaa038e69c0ac162ac7e41cb454

Contents?: true

Size: 261 Bytes

Versions: 19

Compression:

Stored size: 261 Bytes

Contents

class InsightsParam < ActiveRecord::Migration[6.0]
  def up
    CommonParameter.reset_column_information

    param = CommonParameter.find_or_initialize_by(name: 'host_registration_insights', key_type: 'boolean')
    param.value = true
    param.save
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.3.1 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.5 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.4 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-14.3.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-14.2.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.3 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-14.1.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.2 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.1 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-14.0.1 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-14.0.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.3.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.5 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.4 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.3 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.2 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.1 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.2.0 db/migrate/20201118090534_insights_param.rb
foreman_theme_satellite-13.1.0 db/migrate/20201118090534_insights_param.rb