chore: Additional indexes and fixes (#6675)
- Fix breakage related to the look-up job in Heroku deploys - Add additional db indexes for performance optimisations
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_inboxes_on_account_id (account_id)
|
||||
# index_inboxes_on_account_id (account_id)
|
||||
# index_inboxes_on_channel_id_and_channel_type (channel_id,channel_type)
|
||||
#
|
||||
|
||||
class Inbox < ApplicationRecord
|
||||
|
||||
Reference in New Issue
Block a user