🎉 Add more reliable presence mechanism.

This commit is contained in:
Andrey Antukh 2020-05-14 23:41:25 +02:00 committed by Alonso Torres
parent 4b31a147a9
commit 817c22dc3c
8 changed files with 105 additions and 49 deletions

View file

@ -24,8 +24,6 @@ CREATE TRIGGER task__modified_at__tgr
BEFORE UPDATE ON task
FOR EACH ROW EXECUTE PROCEDURE update_modified_at();
CREATE TABLE scheduled_task (
id text PRIMARY KEY,