view db/gateway.sql @ 270:f17034e4cf4a

fixed unicode handling with psycopg2
author Goffi <goffi@goffi.org>
date Wed, 13 Aug 2014 17:01:29 +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)
);