mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-01 09:54:52 -05:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
|
class FixIncomingEmailsIndices < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_index :incoming_emails, :post_id
|
||
|
end
|
||
|
end
|