Sha256: c2bc5fe4d863328a1ef7f8251a095c407741faed9490b5c7000b3ffee1d94d0c
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
class AddConditionalAnswerToElements < ActiveRecord::Migration def change add_column Fe::Element.table_name, :conditional_answer, :text end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | db/migrate/20140808203609_add_conditional_answer_to_elements.rb |
fe-0.0.4 | db/migrate/20140808203609_add_conditional_answer_to_elements.rb |