view db/gateway.sql @ 279:7c820a8e4b00

fix RSM support regarding last tmp.wokkel changes
author souliane <souliane@mailoo.org>
date Fri, 09 Jan 2015 10:56:38 +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)
);