mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
add indexes for person_id to table msg_message and msg_recipient, ensure tabulator data request is made before requests of create msg components
This commit is contained in:
@@ -255,7 +255,7 @@ class Message_model extends DB_Model
|
||||
group by
|
||||
m.message_id, m.person_id, mr.person_id
|
||||
|
||||
union
|
||||
union all
|
||||
|
||||
select
|
||||
m.message_id, m.person_id as sender_id, mr.person_id as recipient_id
|
||||
|
||||
Reference in New Issue
Block a user