view db/gateway.sql @ 212:edabaa535476

These files also belong to the Idavoll 0.9.0 release.
author Ralph Meijer <ralphm@ik.nu>
date Wed, 08 Apr 2009 09:07:28 +0000
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)
);