home / chat

timeline_gaps

✎ View and edit SQL

This data as json

0 records

CREATE TABLE timeline_gaps (
    room_id TEXT NOT NULL,
    instance_name TEXT NOT NULL,
    stream_ordering BIGINT NOT NULL
);
CREATE INDEX timeline_gaps_room_id ON timeline_gaps(room_id, stream_ordering);
Powered by Datasette · Queries took 17.136ms