Sha256: 9b982d863b46c32e4d331764c46902729d2d98aedcd824f58db681df3f25c667

Contents?: true

Size: 176 Bytes

Versions: 17

Compression:

Stored size: 176 Bytes

Contents

class DropSprintsProjectId < ActiveRecord::Migration
  def up
    remove_column :sprints, :project_id
  end

  def down
    raise ActiveRecord::IrreversibleMigration
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.7.0 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.7.0.beta4 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.7.0.beta3 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.7.0.beta2 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.7.0.beta db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.6.3 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.6.2 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.6.1 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.6.0 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.6 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.5 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.4 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.3 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.2 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.1 db/migrate/20140407010111_drop_sprints_project_id.rb
houston-core-0.5.0 db/migrate/20140407010111_drop_sprints_project_id.rb