view db/gateway.sql @ 424:3fce48c0a44d

psql: fixed use of default value for max items in `setConfiguration`
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2020 22:53:53 +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)
);