Sha256: 0f17f8b2a099a15d1f608fc1f0979e93f9d29049d647a42dd594f9bab2b8e96c

Contents?: true

Size: 143 Bytes

Versions: 23

Compression:

Stored size: 143 Bytes

Contents

class AddTopTermToConcepts < ActiveRecord::Migration

  def change
    add_column :concepts, :top_term, :boolean, :default => false
  end

end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
iqvoc-3.5.6 db/migrate/20120201120736_add_top_term_to_concepts.rb
iqvoc-3.5.5 db/migrate/20120201120736_add_top_term_to_concepts.rb
iqvoc-3.5.4 db/migrate/20120201120736_add_top_term_to_concepts.rb