Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6c20c18

Browse files
committed
baaaaaaaaa CI log
1 parent 018079f commit 6c20c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/storage/databases/state/bg_updates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def __init__(
223223
# server admins when trying to restore a database dump, etc.
224224
# See https://github.com/matrix-org/synapse/issues/11779.
225225
# Introduce a unique index to guard against that.
226+
logger.critical("REGISTERED THE UPDATE!")
226227
self.db_pool.updates.register_background_index_update(
227228
self.STATE_GROUP_EDGES_UNIQUE_INDEX_UPDATE_NAME,
228229
index_name="state_group_edges_unique_idx",

0 commit comments

Comments
 (0)