view db/gateway.sql @ 368:618a92080812

date update
author Goffi <goffi@goffi.org>
date Fri, 26 Jan 2018 11:16:18 +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)
);