aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--db/migrate/20110803223522_create_blog_structure.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20110803223522_create_blog_structure.rb b/db/migrate/20110803223522_create_blog_structure.rb
index f6f5b2d..ee3fe01 100644
--- a/db/migrate/20110803223522_create_blog_structure.rb
+++ b/db/migrate/20110803223522_create_blog_structure.rb
@@ -36,8 +36,6 @@ class CreateBlogStructure < ActiveRecord::Migration
end
add_index Refinery::Categorization.table_name, [:blog_category_id, :blog_post_id], :name => 'index_blog_categories_blog_posts_on_bc_and_bp'
-
- load(File.expand_path('../../seeds/refinerycms_blog.rb', __FILE__))
end
def down