view db/gateway.sql @ 418:89736353f6be

install sat_tmp's twisted patches for Python 3.8 compatibility
author Goffi <goffi@goffi.org>
date Mon, 18 Nov 2019 20:49:38 +0100
parents 274a45d2a5ab
children
line wrap: on
line source

create table callbacks (
    service text not null,
    node text not null,
    uri text not null,
    PRIMARY KEY (service, node, uri)
);