view db/gateway.sql @ 253:06494c9b25f2

update to fix broken RemoteRoster after Wokkel 0.7.1 changes
author Goffi <goffi@goffi.org>
date Mon, 25 Feb 2013 23:31:38 +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)
);