aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20120223022021_add_access_count_to_posts.rb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-11-23 15:16:46 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-11-23 15:17:07 +0200
commitf906ef024ee39c31148edb49c6511f007735ce5a (patch)
tree987ea38a6bd57288ec66a2ed3cfde85e130b7241 /db/migrate/20120223022021_add_access_count_to_posts.rb
parent788f9579c341f72d4bc2c34230deb7f5f6b6b06e (diff)
downloadrefinerycms-blog-f906ef024ee39c31148edb49c6511f007735ce5a.tar.gz
refinerycms-blog-f906ef024ee39c31148edb49c6511f007735ce5a.tar.bz2
refinerycms-blog-f906ef024ee39c31148edb49c6511f007735ce5a.zip
Squash migrations.
This also makes sure tags and taggings tables doesn't exist before trying to create them.
Diffstat (limited to 'db/migrate/20120223022021_add_access_count_to_posts.rb')
-rw-r--r--db/migrate/20120223022021_add_access_count_to_posts.rb8
1 files changed, 0 insertions, 8 deletions
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