diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/gateway.sql	Mon Aug 04 13:47:10 2008 +0000
@@ -0,0 +1,7 @@
+create table callbacks (
+    service text not null,
+    node text not null,
+    uri text not null,
+    PRIMARY KEY (service, node, uri)
+);
+