Skip to content

Commit

Permalink
Remove 'name' and 'using' from index
Browse files Browse the repository at this point in the history
Remove 'name' and 'using' from asset details index.
  • Loading branch information
walteraa committed May 3, 2017
1 parent 0a47b32 commit 33eecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20170425185231_create_asset_details.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def change
t.bigint :resource_id
t.string :resource_type
t.timestamps
t.index %w(resource_id resource_type), :name => "index_asset_details_on_resource_id_and_resource_type", :using => :btree
t.index %w(resource_id resource_type)
end
end
end

0 comments on commit 33eecf1

Please sign in to comment.