home / chat

sliding_sync_joined_rooms_to_recalculate

0 rows where room_id = "!AqEkmqWBtPNnPrufwA:matrix.jamesst.one"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE sliding_sync_joined_rooms_to_recalculate(
    room_id TEXT NOT NULL REFERENCES rooms(room_id),
    PRIMARY KEY (room_id)
);
Powered by Datasette · Queries took 3.976ms