view db/gateway.sql @ 228:77029ecf9817

added auto-create support
author Goffi <goffi@goffi.org>
date Thu, 10 May 2012 22:41:34 +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)
);