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