view db/gateway.sql @ 420:7a43c039c261

changelog: update
author Goffi <goffi@goffi.org>
date Sat, 28 Dec 2019 19:57:02 +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)
);