Sha256: c5b92660bc26acf165ee15075afd144e5c2f29f827f132724983f9447d6c1a89
Contents?: true
Size: 138 Bytes
Versions: 41
Compression:
Stored size: 138 Bytes
Contents
class AddWeightToExhibits < ActiveRecord::Migration def up add_column :spotlight_exhibits, :weight, :integer, default: 50 end end
Version data entries
41 entries across 41 versions & 1 rubygems