Sha256: 6864a4bea114177ea6a67c87a1b9f5046b2cd2b4fa487bdb6722447f13d057a9
Contents?: true
Size: 299 Bytes
Versions: 13
Compression:
Stored size: 299 Bytes
Contents
# This migration comes from fe_engine (originally 20131016162128) class RemoveQuestionIdFromElement < ActiveRecord::Migration[4.2] 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
13 entries across 13 versions & 1 rubygems