aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb
blob: d6137305eb35fd7fe4f95b8835a9d655d5a14333 (plain) (blame)
1
2
3
4
5
6
# This migration comes from refinery_page_images (originally 20110527052435)
class ChangePageToPolymorphic < ActiveRecord::Migration
  def change
    add_column Refinery::ImagePage.table_name, :page_type, :string, :default => "page"
  end
end