Add index to media_attachments.account_id (#3510)
This commit is contained in:
parent
edddc7c791
commit
1fd5251376
2 changed files with 293 additions and 287 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddIndexOnMediaAttachmentsAccountId < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_index :media_attachments, :account_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue