Update pubsub to support lease_seconds

This commit is contained in:
Omar Roth
2019-03-03 20:40:24 -06:00
parent 8e884fe115
commit 7425700009
5 changed files with 19 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ CREATE TABLE public.channels
author text,
updated timestamp with time zone,
deleted boolean,
subscribed timestamp with time zone,
CONSTRAINT channels_id_key UNIQUE (id)
);