From bd835413cf9767c35aa3b0e7c55e200a67127fb8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 16 Mar 2023 12:21:21 +0100 Subject: Update Webhooks to allow custom JSON property for message content. Support Slack and others. --- schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index c8ea5a9..b0f5570 100644 --- a/schema.sql +++ b/schema.sql @@ -57,6 +57,7 @@ create table if not exists last_notified ( create table if not exists webhooks ( user_id integer primary key, url text, + format text, prefix text, error text ); -- cgit v1.2.3