view db/gateway.sql @ 267:604a92be5288

SàT PubSub 0.1.0 released
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2014 14:54:03 +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)
);