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 --- .../20130611193510_add_access_count_to_posts.refinery_blog.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 db/migrate/20130611193510_add_access_count_to_posts.refinery_blog.rb (limited to 'db/migrate/20130611193510_add_access_count_to_posts.refinery_blog.rb') diff --git a/db/migrate/20130611193510_add_access_count_to_posts.refinery_blog.rb b/db/migrate/20130611193510_add_access_count_to_posts.refinery_blog.rb new file mode 100644 index 0000000..76ad624 --- /dev/null +++ b/db/migrate/20130611193510_add_access_count_to_posts.refinery_blog.rb @@ -0,0 +1,9 @@ +# This migration comes from refinery_blog (originally 20120223022021) +class AddAccessCountToPosts < ActiveRecord::Migration + def change + add_column Refinery::Blog::Post.table_name, :access_count, :integer, :default => 0 + + add_index Refinery::Blog::Post.table_name, :access_count + + end +end \ No newline at end of file -- cgit v1.2.3