view db/gateway.sql @ 296:6ce33757d21e

backend: fixes RSM for "unrestricted" mode
author souliane <souliane@mailoo.org>
date Thu, 10 Sep 2015 15:02:03 +0200
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)
);