Sha256: d41d204b1e3affafb9a093992f388199e4ce17bdb54e69a36dc465c610d0fd80

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 db/migrate/20140407010111_drop_sprints_project_id.rb