Sha256: 802c58237f859b9e886e4126f96cea0f9a0fcbb9da1a72614ba6a3924e2025ce

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

class AddCssStylesAndShowOriginalFieldsToPhotos < ActiveRecord::Migration[4.2]
  def change
    add_column :refinery_photo_gallery_photos, :css_class, :string
    add_column :refinery_photo_gallery_photos, :preview_type, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 db/migrate/20130128173800_add_css_styles_and_show_original_fields_to_photos.rb