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