home / chat

schema_compat_version

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ Lock compat_version
1 1 X 84

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE schema_compat_version(
    Lock CHAR(1) NOT NULL DEFAULT 'X' UNIQUE,  -- Makes sure this table only has one row.
    -- The SCHEMA_VERSION of the oldest synapse this database can be used with
    compat_version INTEGER NOT NULL,
    CHECK (Lock='X')
);
Powered by Datasette · Queries took 22.418ms