view db/gateway.sql @ 379:66fbf026ed49

mam: set "complete" attribute when suitable
author Goffi <goffi@goffi.org>
date Sat, 12 Jan 2019 16:43:46 +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)
);