Sha256: a527358c4fd7fbcd9a328bbbd9a85ef51d1dba5fe1a417532900dcb7e898eab5

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

# This migration comes from fe_engine (originally 20131016162128)
class RemoveQuestionIdFromElement < ActiveRecord::Migration
  def up
    remove_column Fe::Element.table_name, :question_sheet_id
  end
  
  def down
    add_column Fe::Element.table_name, :question_sheet_id, :integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-1.0.0 spec/dummy/db/migrate/20141203214023_remove_question_id_from_element.fe_engine.rb