view db/gateway.sql @ 298:648f294601c2

fixed _getNodeGroups call
author Goffi <goffi@goffi.org>
date Tue, 24 Nov 2015 17:02:35 +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)
);