Sha256: 3e61a6e1a1021c784aba84ec7a0c8f9dcfeb9e041c98b270b388825037a60773
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
class AddCssStylesAndShowOriginalFieldsToPhotos < ActiveRecord::Migration 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.2.0 | db/migrate/20130128173800_add_css_styles_and_show_original_fields_to_photos.rb |