Sha256: c87d32467db7260bd0019fc49c3503fc8bae06b703408f7d2e44ca8372899516

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

# This migration comes from fe_engine (originally 20131003044436)
class AddElementAndAnswerFields < ActiveRecord::Migration
  def change
    add_column Fe::Element.table_name, :conditional_id,     :integer
    add_column Fe::Element.table_name, :tooltip,            :text
    add_column Fe::Element.table_name, :hide_label,         :boolean, :default => false, :nil => false
    add_column Fe::Element.table_name, :hide_option_labels, :boolean, :default => false, :nil => false

    #add_index Fe::Element.table_name, :conditional_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-1.0.0 spec/dummy/db/migrate/20141203214019_add_element_and_answer_fields.fe_engine.rb