view db/gateway.sql @ 366:81e6d4a516c3

storage (pgsql): getDefaultConfiguration now returns a shallow copy of default conf dict, to avoid modification.
author Goffi <goffi@goffi.org>
date Sat, 04 Nov 2017 21:17:12 +0100
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)
);