aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb')
-rw-r--r--db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb b/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
deleted file mode 100644
index 895acb5..0000000
--- a/db/migrate/20110803223528_add_custom_teaser_field_to_blog_posts.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration
- def change
- add_column Refinery::Blog::Post.table_name, :custom_teaser, :text
- end
-end
-