mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
WHY IS THIS CALLED A SLIGHTLY DIFFERENT THING
This commit is contained in:
parent
ed6138461b
commit
4e75c5e02a
@ -4,6 +4,7 @@ INSERT INTO federation_stream_position (type, stream_id) VALUES ('federation', -
|
||||
INSERT INTO federation_stream_position (type, stream_id) SELECT 'events', coalesce(max(stream_ordering), -1) FROM events;
|
||||
INSERT INTO user_directory_stream_pos (stream_id) VALUES (null);
|
||||
INSERT INTO stats_stream_pos (stream_id) VALUES (null);
|
||||
INSERT INTO event_push_summary_stream_ordering (stream_ordering) VALUES (0);
|
||||
|
||||
--- User dir population
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user