aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20130611193608_add_caption_to_image_pages.refinery_page_images.rb
blob: 4b85ecad2bb54723874951fbc54207d19545cfd5 (plain) (blame)
1
2
3
4
5
6
# This migration comes from refinery_page_images (originally 20101014230042)
class AddCaptionToImagePages < ActiveRecord::Migration
  def change
    add_column Refinery::ImagePage.table_name, :caption, :text
  end
end