view db/gateway.sql @ 275:9c74cd2635f6

Fix getPageWithFactory
author Christopher Zorn <tofu@thetofu.com>
date Thu, 01 Aug 2013 16:22:14 -0700
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)
);