aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-10-27 18:22:39 -0700
committerJamie Winsor <jamie@enmasse.com>2011-10-27 18:38:48 -0700
commit2b73c292c8aca776031fc31f5ebf94dce93bf0a0 (patch)
tree7bdf322b66be43f8bb8a3cf406b6f94579814674 /db
parent5a958007c5c4b3ef4af001464d75c4c00adfe870 (diff)
downloadrefinerycms-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.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