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/20110803223527_add_custom_url_field_to_blog_posts.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb (limited to 'db/migrate/20110803223527_add_custom_url_field_to_blog_posts.rb') 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 -- cgit v1.2.3