aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223527_add_custom_url_field_to_blog_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/20110803223527_add_custom_url_field_to_blog_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/20110803223527_add_custom_url_field_to_blog_posts.rb')
-rw-r--r--db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb b/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb
deleted file mode 100644
index 7d3a225..0000000
--- a/db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddCustomUrlFieldToBlogPosts < ActiveRecord::Migration
- def change
- add_column Refinery::Blog::Post.table_name, :custom_url, :string
- end
-end