mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 05:43:44 +08: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
|