From f906ef024ee39c31148edb49c6511f007735ce5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 23 Nov 2012 15:16:46 +0200 Subject: Squash migrations. This also makes sure tags and taggings tables doesn't exist before trying to create them. --- db/migrate/20120223022021_add_access_count_to_posts.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 db/migrate/20120223022021_add_access_count_to_posts.rb (limited to 'db/migrate/20120223022021_add_access_count_to_posts.rb') diff --git a/db/migrate/20120223022021_add_access_count_to_posts.rb b/db/migrate/20120223022021_add_access_count_to_posts.rb deleted file mode 100644 index 02cd131..0000000 --- a/db/migrate/20120223022021_add_access_count_to_posts.rb +++ /dev/null @@ -1,8 +0,0 @@ -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