view db/gateway.sql @ 272:558a43366c9f

SàT PubSub 0.1.1 released
author Goffi <goffi@goffi.org>
date Tue, 09 Sep 2014 08:09:26 +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)
);