0
0
Fork 0

Add index to media_attachments.account_id (#3510)

This commit is contained in:
Matt Jankowski 2017-06-02 10:18:54 -04:00 committed by Eugen Rochko
parent edddc7c791
commit 1fd5251376
2 changed files with 293 additions and 287 deletions

View file

@ -0,0 +1,5 @@
class AddIndexOnMediaAttachmentsAccountId < ActiveRecord::Migration[5.1]
def change
add_index :media_attachments, :account_id
end
end