Mercurial > libervia-pubsub
view db/gateway.sql @ 493:33222c54d2af
remove uses of twisted.internet.defer.returnValue
This function has been deprecated in Twisted 24.7.0.
author | Povilas Kanapickas <povilas@radix.lt> |
---|---|
date | Wed, 11 Dec 2024 01:19:46 +0200 |
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) );