home / chat

background_updates

✎ View and edit SQL

This data as json

0 records

CREATE TABLE background_updates (
    update_name text NOT NULL,
    progress_json text NOT NULL,
    depends_on text, ordering INT NOT NULL DEFAULT 0,
    CONSTRAINT background_updates_uniqueness UNIQUE (update_name)
);
Powered by Datasette · Queries took 7.852ms