view db/gateway.sql @ 268:c8a2166e6a02

fix unicodes issues in twisted plugin
author souliane <souliane@mailoo.org>
date Thu, 12 Jun 2014 16:48:35 +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)
);