Mercurial > libervia-pubsub
view db/gateway.sql @ 326:b76cbf59772b
update INSTALL file, we don't use remote roster anymore
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 04 Mar 2016 11:26:07 +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) );