Skip to content

Commit

Permalink
migrations working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Colello committed Oct 16, 2017
1 parent a883d56 commit 403bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ghtorrent/migrations/029_add_topics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
puts 'Adding topic_categories'

create_table :topic_categories do
primary_key :topic_id,
primary_key :topic_id
String :topic_name, :size => 24, :null => false
end

Expand Down

0 comments on commit 403bc14

Please sign in to comment.