Sha256: a39786e773737e931a329b9a17ed634a8ec959092409d27a829dd1b094d4b991

Contents?: true

Size: 233 Bytes

Versions: 4

Compression:

Stored size: 233 Bytes

Contents

class C80AlbumGalleryAddPreviewToProps < ActiveRecord::Migration
  def change
    add_column :c80_album_gallery_props, :thumb_preview_width, :integer
    add_column :c80_album_gallery_props, :thumb_preview_height, :integer
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_album_gallery-0.1.0.4 db/migrate/20161010072525_c80_album_gallery_add_preview_to_props.rb
c80_album_gallery-0.1.0.3 db/migrate/20161010072525_c80_album_gallery_add_preview_to_props.rb
c80_album_gallery-0.1.0.2 db/migrate/20161010072525_c80_album_gallery_add_preview_to_props.rb
c80_album_gallery-0.1.0.1 db/migrate/20161010072525_c80_album_gallery_add_preview_to_props.rb