view db/gateway.sql @ 269:9df844d9d5ac

misc: description in setup.py
author Goffi <goffi@goffi.org>
date Wed, 13 Aug 2014 17:01:08 +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)
);