1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/db/migrate/20140307120615_add_dragonfly_image_to_photos.rb
2014-03-07 13:07:53 +00:00

7 lines
170 B
Ruby

class AddDragonflyImageToPhotos < ActiveRecord::Migration
def change
add_column :photos, :image_uid, :string
add_column :photos, :image_name, :string
end
end