view db/gateway.sql @ 271:232002e132db 0.1.1

pgsql_backend unicode fix: parseXml was expecting str and getting unicode
author Goffi <goffi@goffi.org>
date Wed, 13 Aug 2014 17:30:37 +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)
);