Sha256: 80402f5559c309c008fb106996fb7d4109cb7e643d3d19ef6458c71672419b9c

Contents?: true

Size: 191 Bytes

Versions: 27

Compression:

Stored size: 191 Bytes

Contents

class RemoveNewRelicIdFromProjects < ActiveRecord::Migration
  def up
    remove_column :projects, :new_relic_id
  end

  def down
    add_column :projects, :new_relic_id, :integer
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.9.1 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.9.0 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.9.0.rc1 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.4 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.3 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.2 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.1 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.0 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.0.pre2 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.8.0.pre db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.7.0 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.7.0.beta4 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.7.0.beta3 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.7.0.beta2 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.7.0.beta db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.6.3 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.6.2 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.6.1 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb
houston-core-0.6.0 db/migrate/20140406183224_remove_new_relic_id_from_projects.rb