Sha256: ac2f57d3e165a6156f26118f6581812d1b71985d92203afe8afae6088d98f79a
Contents?: true
Size: 537 Bytes
Versions: 15
Compression:
Stored size: 537 Bytes
Contents
# This migration comes from fe_engine (originally 20131003044436) class AddElementAndAnswerFields < ActiveRecord::Migration[4.2] 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
15 entries across 15 versions & 1 rubygems