Sha256: ac564f9617b53abf2557099b5972202f7e8462fbd9cb48f39e6df61a98f485c1
Contents?: true
Size: 143 Bytes
Versions: 108
Compression:
Stored size: 143 Bytes
Contents
class AddWeightToExhibits < ActiveRecord::Migration[4.2] def up add_column :spotlight_exhibits, :weight, :integer, default: 50 end end
Version data entries
108 entries across 108 versions & 1 rubygems