view db/gateway.sql @ 447:cc29a62fb64c

renaming following global Salut à Toi => Libervia renaming: /!\ application name and environment variables are renamed /!\ - Twisted application name is now `libervia-pubsub` - environment variable are now prefixed by `LIBERVIA_PUBSUB_`
author Goffi <goffi@goffi.org>
date Wed, 14 Apr 2021 12:05:40 +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)
);