comparison db/gateway.sql @ 206:274a45d2a5ab

Implement root collection that includes all leaf nodes.
author Ralph Meijer <ralphm@ik.nu>
date Mon, 04 Aug 2008 13:47:10 +0000
parents
children
comparison
equal deleted inserted replaced
205:e6b710bf2b24 206:274a45d2a5ab
1 create table callbacks (
2 service text not null,
3 node text not null,
4 uri text not null,
5 PRIMARY KEY (service, node, uri)
6 );
7