view db/gateway.sql @ 262:7b821432d012

fixed node auto-create feature
author souliane <souliane@mailoo.org>
date Fri, 06 Dec 2013 00:37:08 +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)
);