federation_stream_position
2 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE federation_stream_position( type TEXT NOT NULL, stream_id INTEGER NOT NULL , instance_name TEXT NOT NULL DEFAULT 'master'); CREATE UNIQUE INDEX federation_stream_position_instance ON federation_stream_position(type, instance_name);