Add index to speed up Message.find_recent query (#862)

This commit is contained in:
Andrew Ferrazzutti
2022-11-01 15:25:55 -04:00
committed by GitHub
parent 2a238a95a9
commit d79870801b
4 changed files with 29 additions and 2 deletions
+1
View File
@@ -19,4 +19,5 @@ from . import (
v14_puppet_custom_mxid_index,
v15_backfill_anchor_id,
v16_backfill_type,
v17_message_find_recent,
)