diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-16 12:21:21 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-03-17 13:20:56 +0100 |
commit | bd835413cf9767c35aa3b0e7c55e200a67127fb8 (patch) | |
tree | f1a63e79332dc30ba51bc55f9bed5d12b10e22c5 /schema.sql | |
parent | 33c9e87286ccaf9dbf5bc89ed55381c7b03630b4 (diff) | |
download | server-bd835413cf9767c35aa3b0e7c55e200a67127fb8.tar.gz |
Update Webhooks to allow custom JSON property for message content.
Support Slack and others.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |