view db/gateway.sql @ 292:6918a0dad359

delegation: delegated stanza are tracked
author Goffi <goffi@goffi.org>
date Sun, 16 Aug 2015 01:13:23 +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)
);