diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20110803223522_create_blog_structure.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20110803223522_create_blog_structure.rb b/db/migrate/20110803223522_create_blog_structure.rb index a59b90f..3be7eee 100644 --- a/db/migrate/20110803223522_create_blog_structure.rb +++ b/db/migrate/20110803223522_create_blog_structure.rb @@ -31,6 +31,7 @@ class CreateBlogStructure < ActiveRecord::Migration end add_index :refinery_blog_comments, :id + add_index :refinery_blog_comments, :blog_post_id create_table :refinery_blog_categories do |t| t.string :title |