Sha256: ef8749a4029415551408572ec73b47b1902f7436d166e10c64c31019053a3d75
Contents?: true
Size: 223 Bytes
Versions: 13
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from fe_engine (originally 20140808203609) class AddConditionalAnswerToElements < ActiveRecord::Migration[4.2] def change add_column Fe::Element.table_name, :conditional_answer, :text end end
Version data entries
13 entries across 13 versions & 1 rubygems