view db/gateway.sql @ 395:9bc3fbf3e685

backend: fixed elements filtering in parseItemConfig
author Goffi <goffi@goffi.org>
date Sat, 23 Feb 2019 20:59:41 +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)
);