view db/gateway.sql @ 373:26e46a3043e5

fix paths in setup.py (sat_pubsub -> src)
author W. Martin Borgert <debacle@debian.org>
date Sun, 04 Mar 2018 21:06:23 +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)
);