Add index to media_attachments.account_id (#3510)
This commit is contained in:
committed by
Eugen Rochko
parent
edddc7c791
commit
1fd5251376
@@ -0,0 +1,5 @@
|
||||
class AddIndexOnMediaAttachmentsAccountId < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_index :media_attachments, :account_id
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user