view db/gateway.sql @ 225:c15c2fc058ed

Include example in packages.
author Ralph Meijer <ralphm@ik.nu>
date Sun, 13 Feb 2011 21:34:18 +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)
);