Sha256: add143be59aef699cd54721d51bb50f7f1d8ae2da7f987588d5a2149154b2b02

Contents?: true

Size: 143 Bytes

Versions: 4

Compression:

Stored size: 143 Bytes

Contents

class AddTopTermToConcepts < ActiveRecord::Migration[4.2]
  def change
    add_column :concepts, :top_term, :boolean, default: false
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20120201120736_add_top_term_to_concepts.rb
iqvoc-4.14.4 db/migrate/20120201120736_add_top_term_to_concepts.rb
iqvoc-4.13.2 db/migrate/20120201120736_add_top_term_to_concepts.rb
iqvoc-4.13.0 db/migrate/20120201120736_add_top_term_to_concepts.rb