This commit is contained in:
Erik Johnston 2016-09-16 11:34:01 +01:00
parent 2e67cabd7f
commit a68807d426

View File

@ -393,6 +393,8 @@ class EventFederationStore(SQLBaseStore):
def _delete_old_forward_extrem_cache(self):
def _delete_old_forward_extrem_cache_txn(txn):
# Delete entries older than a month, while making sure we don't delete
# the only entries for a room.
sql = ("""
DELETE FROM stream_ordering_to_exterm
WHERE