From adaed6db74ee721e6a987454addb6b2e4c13b1e5 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 11 Jun 2013 21:50:49 +0200 Subject: Configure for Heavymetal.no Enable all the standard engines: - blog - inquiries - search - page-images - videos --- ...0130611193610_change_page_to_polymorphic.refinery_page_images.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb (limited to 'db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb') diff --git a/db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb b/db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb new file mode 100644 index 0000000..d613730 --- /dev/null +++ b/db/migrate/20130611193610_change_page_to_polymorphic.refinery_page_images.rb @@ -0,0 +1,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 -- cgit v1.2.3