Skip to content

Commit

Permalink
Merge pull request #774 from arpitchauhan/fix/migration-name
Browse files Browse the repository at this point in the history
Rename migration to avoid conflicts
  • Loading branch information
seuros authored Aug 8, 2016
2 parents 67cb90a + 8aa9f8f commit 8fedee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddMissingIndexes < ActiveRecord::Migration
class AddMissingIndexesOnTaggings < ActiveRecord::Migration
def change
add_index :taggings, :tag_id
add_index :taggings, :taggable_id
Expand Down

0 comments on commit 8fedee2

Please sign in to comment.