view db/gateway.sql @ 444:853432aa8002

install (requirements): launch the setup script at the end of requirements
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2021 14:36:40 +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)
);