fix: Add index in conversation and reporting event (#4577)
Fixes chatwoot/product#422
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIndexToConversationAndReportingEvent < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :conversations, :last_activity_at
|
||||
add_index :reporting_events, :conversation_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user