Sha256: 954d3189809624f17f8cfdb851366de5ec81af1a90f3aa09d1654abb79cbabd9
Contents?: true
Size: 233 Bytes
Versions: 13
Compression:
Stored size: 233 Bytes
Contents
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