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

Version Path
c80_catoffers-0.1.0.8 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb
c80_catoffers-0.1.0.7 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb
c80_catoffers-0.1.0.6 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb
c80_catoffers-0.1.0.5 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb
c80_catoffers-0.1.0.4 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb
c80_catoffers-0.1.0.3 db/migrate/20161023115252_c80_catoffers_add_thumb_md_to_props.rb