core: add missing indexes (#4993)

This commit is contained in:
spaced4ndy
2024-10-08 15:26:16 +04:00
committed by GitHub
parent c5261a416f
commit ad2a0024f2
4 changed files with 25 additions and 1 deletions
@@ -885,3 +885,6 @@ CREATE INDEX idx_chat_items_fwd_from_group_id ON chat_items(fwd_from_group_id);
CREATE INDEX idx_chat_items_fwd_from_chat_item_id ON chat_items(
fwd_from_chat_item_id
);
CREATE INDEX idx_received_probes_group_member_id on received_probes(
group_member_id
);