Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#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 9988095 + 64a38d2 commit 09b3fa0
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 09b3fa0

Please sign in to comment.