diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-10-27 18:22:39 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-10-27 18:38:48 -0700 |
commit | 2b73c292c8aca776031fc31f5ebf94dce93bf0a0 (patch) | |
tree | 7bdf322b66be43f8bb8a3cf406b6f94579814674 /db | |
parent | 5a958007c5c4b3ef4af001464d75c4c00adfe870 (diff) | |
download | refinerycms-blog-2b73c292c8aca776031fc31f5ebf94dce93bf0a0.tar.gz refinerycms-blog-2b73c292c8aca776031fc31f5ebf94dce93bf0a0.tar.bz2 refinerycms-blog-2b73c292c8aca776031fc31f5ebf94dce93bf0a0.zip |
Seed data should not be loaded mid migration
Column information is not totally generated and seed will be done at end of migration run
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20110803223522_create_blog_structure.rb | 2 |
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 |