Sha256: d6010f4a0836204612a6a7b4addc20deaae831d70080b38a51463e831afb6569
Contents?: true
Size: 339 Bytes
Versions: 6
Compression:
Stored size: 339 Bytes
Contents
class C80CatoffersAddThumbMdToProps < ActiveRecord::Migration def change add_column :c80_catoffers_props, :thumb_md_width, :integer add_column :c80_catoffers_props, :thumb_md_height, :integer add_column :c80_catoffers_props, :thumb_lg_width, :integer add_column :c80_catoffers_props, :thumb_lg_height, :integer end end
Version data entries
6 entries across 6 versions & 1 rubygems