appservice_stream_position
1 row
This data as json, CSV (advanced)
| Link | rowid ▼ | Lock | stream_ordering |
|---|---|---|---|
| 1 | 1 | X | 19765 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE appservice_stream_position( Lock CHAR(1) NOT NULL DEFAULT 'X' UNIQUE, stream_ordering BIGINT, CHECK (Lock='X') );