Sha256: c997e42ca24e973c3ee10fac520416d81cadadb405e19c170a928b02bdf4f831

Contents?: true

Size: 136 Bytes

Versions: 1

Compression:

Stored size: 136 Bytes

Contents

class AddUrlToPhotos < ActiveRecord::Migration[4.2]
  def change
    add_column :refinery_photo_gallery_photos, :url, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 db/migrate/20130127175559_add_url_to_photos.rb