Skip to content

Commit

Permalink
Merge pull request #305 from charlesdeb/patch-3
Browse files Browse the repository at this point in the history
Update db/migrate/20110803223522_create_blog_structure.rb
  • Loading branch information
ugisozols committed Dec 3, 2012
2 parents 562dc9f + c32c655 commit 78b88eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/migrate/20110803223522_create_blog_structure.rb
Expand Up @@ -31,6 +31,7 @@ def up
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
Expand Down

0 comments on commit 78b88eb

Please sign in to comment.