view db/gateway.sql @ 218:479fc959af0e

Fix wrong use of configuration variables for pgsql db initialization. Author: ralphm. Fixes #15.
author Ralph Meijer <ralphm@ik.nu>
date Wed, 14 Oct 2009 16:13:24 +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)
);