diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-01 18:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 18:05:58 +0100 |
commit | 97ef1471c67bc4f736d758f2e4f99178bd01d469 (patch) | |
tree | c789df066b0be21784c9a19a698874b007b30fc6 /synapse | |
parent | Thread through instance name to replication client. (#7369) (diff) | |
download | synapse-97ef1471c67bc4f736d758f2e4f99178bd01d469.tar.xz |
Wait for current_state_events_membership before populate_stats_process_rooms (#7387)
populate_stats_process_rooms was added in #5971 / v1.4.0; current_state_events_membership was added in #5706 / v1.3.0. Fixes #7380.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/data_stores/main/schema/delta/56/stats_separated.sql | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/schema/delta/56/stats_separated.sql b/synapse/storage/data_stores/main/schema/delta/56/stats_separated.sql |