view db/gateway.sql @ 472:d993e8b0fd60

psql: return Deferred is not options field is specified in `setConfiguration`: fix 391
author Goffi <goffi@goffi.org>
date Thu, 21 Oct 2021 18:12:16 +0200
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)
);