From 2b73c292c8aca776031fc31f5ebf94dce93bf0a0 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 27 Oct 2011 18:22:39 -0700 Subject: Seed data should not be loaded mid migration Column information is not totally generated and seed will be done at end of migration run --- db/migrate/20110803223522_create_blog_structure.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'db') 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 -- cgit v1.2.3