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