view db/gateway.sql @ 397:a4980d03b3a3

backend: fixed items data copy on notification
author Goffi <goffi@goffi.org>
date Mon, 11 Mar 2019 20:43:51 +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)
);