blob: d6137305eb35fd7fe4f95b8835a9d655d5a14333 (
plain) (
tree)
|
|
# 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
|